[a] progress
This commit is contained in:
parent
97a6e003f1
commit
f1528aa6f9
2 changed files with 66 additions and 65 deletions
|
@ -25,6 +25,7 @@
|
||||||
function openWebsite(url: string) {
|
function openWebsite(url: string) {
|
||||||
goto(url);
|
goto(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="projects" class="section">
|
<div id="projects" class="section">
|
||||||
|
@ -64,8 +65,9 @@
|
||||||
</svg>
|
</svg>
|
||||||
<h1 class="no-select">Projects</h1>
|
<h1 class="no-select">Projects</h1>
|
||||||
</header>
|
</header>
|
||||||
|
<content />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang='scss'>
|
<style lang="scss">
|
||||||
@import '../styles/projects.scss';
|
@import '../styles/projects.scss';
|
||||||
</style>
|
</style>
|
|
@ -8,7 +8,6 @@
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#projects {
|
#projects {
|
||||||
|
@ -37,5 +36,5 @@
|
||||||
margin-left: 6em;
|
margin-left: 6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "./mobile/projects.scss";
|
@import './mobile/projects.scss';
|
||||||
}
|
}
|
Loading…
Reference in a new issue