mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 08:06:29 +00:00
link width & ionicons version pin
This commit is contained in:
parent
480bfb4e4a
commit
967019a2bd
@ -4,6 +4,25 @@
|
|||||||
export let project
|
export let project
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<a href={project.link} target="_blank" rel="noopener">
|
||||||
|
<h2>{project.title}</h2>
|
||||||
|
</a>
|
||||||
|
<div>
|
||||||
|
<b>{project.description}</b>
|
||||||
|
<b class="date">{dj(project.date * 1000).format('MMM YY')}</b>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
{@html project.content}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ion-icon name="link-outline" />
|
||||||
|
<a class="link" rel="noopener noreferrer" target="_blank" href={project.link}
|
||||||
|
>{project.link.replace(/https?:\/\//, '')}</a
|
||||||
|
>
|
||||||
|
</section>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
@ -28,23 +47,14 @@
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.link {
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 30em) {
|
@media (max-width: 30em) {
|
||||||
div {
|
div {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<section>
|
|
||||||
<a href={project.link} target="_blank" rel="noopener">
|
|
||||||
<h2>{project.title}</h2>
|
|
||||||
</a>
|
|
||||||
<div><b>{project.description}</b> <b class="date">{dj(project.date * 1000).format('MMM YY')}</b></div>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
{@html project.content}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ion-icon name="link-outline" />
|
|
||||||
<a rel="noopener noreferrer" target="_blank" href={project.link}>{project.link.replace(/https?:\/\//, '')}</a>
|
|
||||||
</section>
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
initialise the router -->
|
initialise the router -->
|
||||||
%sapper.scripts%
|
%sapper.scripts%
|
||||||
|
|
||||||
<script src="https://unpkg.com/ionicons@5/dist/ionicons.js"></script>
|
<script src="https://unpkg.com/ionicons@5.4.0/dist/ionicons.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _paq = (window._paq = window._paq || [])
|
var _paq = (window._paq = window._paq || [])
|
||||||
|
Loading…
Reference in New Issue
Block a user