complete first build of website
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 653 B |
|
Before Width: | Height: | Size: 661 B After Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 69 KiB |
BIN
venv/images/elements/png/timmy.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 36 KiB |
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Timothy Pidashev</title>
|
<title>Timothy Pidashev</title>
|
||||||
<link rel="shortcut icon" type="image/png" href="images/elements/png/n8dev.png"/>
|
<link rel="shortcut icon" type="image/png" href="images/elements/png/timmy.png"/>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
<section class="centered">
|
<section class="centered">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="about__header" data-aos="zoom-out">
|
<h1 class="about__header" data-aos="zoom-out">
|
||||||
I'm a 16-year-old
|
I'm a 16-year-old on an
|
||||||
<span class="orange__highlight">on an epic journey</span>
|
<span class="orange__highlight">epic journey</span>
|
||||||
</h1>
|
</h1>
|
||||||
<h1 class="about__header" data-aos="flip-down">
|
<h1 class="about__header" data-aos="flip-down">
|
||||||
to become a
|
to become a
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #E9CBAF;
|
background-color: #FB93DA;
|
||||||
color: #6C3D4C;
|
color: #404082;
|
||||||
font-family: 'Montserrat', sans-serif;
|
font-family: 'Montserrat', sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1vh;
|
font-size: 1vh;
|
||||||
@@ -34,11 +34,11 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pink__colored {
|
.pink__colored {
|
||||||
color: #F18080;
|
color: #D26BB9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orange__highlight {
|
.orange__highlight {
|
||||||
background-color: #F9A875;
|
background-color: #D26BB9;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding-right: 0.9vw;
|
padding-right: 0.9vw;
|
||||||
|
|||||||