mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
0.2.0 Pre-Release
Added intro text and replaced "Programming languages" with an email address instead. I feel that "exposing" my languges as some sort of trophy is a bit bold. Got rid of the contact page "nav" for now. Altough the only thing I want to add besides e-mail is a PGP-key; I might go about it another way. More love should be put into the responsivness of this page, especially the "not_found.html" style. Not to mention Service Workers..
This commit is contained in:
parent
83223d66a8
commit
26ec726238
3 changed files with 26 additions and 7 deletions
|
@ -19,12 +19,12 @@
|
|||
<h2><span>full-stack web developer</span></h2>
|
||||
</div>
|
||||
<div class="block">
|
||||
<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla convallis, nibh sed ultrices vehicula, risus enim fermentum lacus, vitae lacinia erat arcu in magna. Sed eget aliquam diam, vitae facilisis enim. Morbi laoreet nulla sit amet eros tempor tincidunt.</span></p>
|
||||
<p><span>Programming languages: <strong>JavaScript, PHP, SQL & Python</strong></span></p>
|
||||
<p><span>I create things with code, and usually design things for humans to interact with my code. I'm also a true wannabe jack of all trades; and coffee-loving non-coffee snob.</span></p>
|
||||
<p><span><strong>hello@victorwesterlund.com</strong></span></p>
|
||||
</div>
|
||||
<div class="block">
|
||||
<nav>
|
||||
<a href="#">contact</a>
|
||||
<!--<a href="#">contact</a>-->
|
||||
<a href="https://github.com/VictorWesterlund" target="_blank">github</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 6em;
|
||||
font-size: 8vh;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3em;
|
||||
font-size: 4vh;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -34,6 +34,26 @@
|
|||
transform: translate(-50%);
|
||||
pointer-events: none;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
|
||||
.logo {
|
||||
--size: 15vw;
|
||||
margin-bottom: 10vw;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding: 10vw;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 10vw;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 5vw;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -19,8 +19,7 @@ server {
|
|||
include snippets/ssl.conf;
|
||||
|
||||
root /var/www/github_victorwesterlund_victorwesterlund.com/public;
|
||||
|
||||
error_page 404 403 /not_found.html;
|
||||
error_page 404 403 /not_found.html;
|
||||
|
||||
location \ {
|
||||
try_files $uri $uri.html $uri/ =404;
|
||||
|
|
Loading…
Add table
Reference in a new issue