This commit is contained in:
parent
361deedfa8
commit
614b19f544
22
src/App.vue
22
src/App.vue
@ -17,7 +17,12 @@ import SideMenu from './components/SideMenu.vue'
|
||||
<IAm :w="available" />
|
||||
</h1>
|
||||
<h2>Senior full-stack developer</h2>
|
||||
<p>I deliver and deploy secure, fast, internationalized and accessible web applications.</p>
|
||||
<p class="emphasys">
|
||||
I deliver and deploy <span class="super-emphasys">secure</span>,
|
||||
<span class="super-emphasys">fast</span>,
|
||||
<span class="super-emphasys">internationalized</span> and
|
||||
<span class="super-emphasys">accessible</span> web applications.
|
||||
</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<SideMenu />
|
||||
@ -163,6 +168,7 @@ import SideMenu from './components/SideMenu.vue'
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"></div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@ -203,7 +209,6 @@ BODY {
|
||||
|
||||
.candidateHeader {
|
||||
background-color: #323232;
|
||||
border-bottom: 1px solid #424242;
|
||||
padding: 16px 0 16px 200px;
|
||||
}
|
||||
|
||||
@ -235,4 +240,17 @@ UL {
|
||||
.HobbiesSection:not(:first-child) {
|
||||
padding-top: 32px;
|
||||
}
|
||||
.emphasys {
|
||||
font-family: cascadia;
|
||||
font-style: italic;
|
||||
}
|
||||
.super-emphasys {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
display: inline-block;
|
||||
padding: 6px 4px;
|
||||
color: var(--vue-color);
|
||||
}
|
||||
.footer {
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -5,6 +5,8 @@
|
||||
</template>
|
||||
<style lang="css" scoped>
|
||||
.small {
|
||||
font-family: cascadia;
|
||||
font-style: italic;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin-left: 16px;
|
||||
|
||||
@ -43,7 +43,9 @@ a {
|
||||
color: inherit;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration-thickness: 2px;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 4px;
|
||||
text-decoration-thickness: 2px;
|
||||
text-decoration-color: var(--vue-color);
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -4,6 +4,11 @@
|
||||
src: local("cascadia"), url(./static/fonts/cascadia_code/woff2/CascadiaCode.woff2);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "cascadia";
|
||||
font-style: italic;
|
||||
src: local("cascadia"), url(./static/fonts/cascadia_code/woff2/CascadiaCodeItalic.woff2);
|
||||
}
|
||||
@font-face {
|
||||
font-family: "logic";
|
||||
font-style: normal;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user