remove static from reference
10
blog.html
@@ -6,8 +6,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="Timothy Pidashev" content="A 17-year-old on an epic journey to become a software developer!" />
|
<meta name="Timothy Pidashev" content="A 17-year-old on an epic journey to become a software developer!" />
|
||||||
<meta name="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
|
<meta name="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
|
||||||
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
|
<link rel="shortcut icon" type="image/png" href="images/elements/png/timmy.png"/>
|
||||||
<link rel="stylesheet" href="static/css/styles.css">
|
<link rel="stylesheet" href="css/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">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
||||||
@@ -38,12 +38,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
|
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
|
||||||
</div>
|
</div>
|
||||||
<img src="static/images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="static/js/closeNav.js"></script>
|
<script src="js/closeNav.js"></script>
|
||||||
<script src="static/js/openNav.js"></script>
|
<script src="js/openNav.js"></script>
|
||||||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
||||||
<script>AOS.init(
|
<script>AOS.init(
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="Timothy Pidashev" content="A 17-year-old on an epic journey to become a software developer!" />
|
<meta name="Timothy Pidashev" content="A 17-year-old on an epic journey to become a software developer!" />
|
||||||
<meta name="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
|
<meta name="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
|
||||||
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
|
<link rel="shortcut icon" type="image/png" href="images/elements/png/timmy.png"/>
|
||||||
<link rel="stylesheet" href="static/css/styles.css">
|
<link rel="stylesheet" href="css/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">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
||||||
@@ -38,12 +38,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
|
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
|
||||||
</div>
|
</div>
|
||||||
<img src="static/images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="static/js/closeNav.js"></script>
|
<script src="js/closeNav.js"></script>
|
||||||
<script src="static/js/openNav.js"></script>
|
<script src="js/openNav.js"></script>
|
||||||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
||||||
<script>AOS.init(
|
<script>AOS.init(
|
||||||
{
|
{
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 653 B |
|
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
24
index.html
@@ -6,8 +6,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="Timothy Pidashev" content="A 17-year-old on an epic journey to become a software developer!" />
|
<meta name="Timothy Pidashev" content="A 17-year-old on an epic journey to become a software developer!" />
|
||||||
<meta name="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
|
<meta name="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
|
||||||
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
|
<link rel="shortcut icon" type="image/png" href="images/elements/png/timmy.png"/>
|
||||||
<link rel="stylesheet" href="static/css/styles.css">
|
<link rel="stylesheet" href="css/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">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<h1 class="hero__header" data-aos="flip-down">Timothy</h1>
|
<h1 class="hero__header" data-aos="flip-down">Timothy</h1>
|
||||||
<h1 class="hero__header" data-aos="fade-left">Pidashev</h1>
|
<h1 class="hero__header" data-aos="fade-left">Pidashev</h1>
|
||||||
</div>
|
</div>
|
||||||
<img src="static/images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
||||||
</section>
|
</section>
|
||||||
<section class="centered">
|
<section class="centered">
|
||||||
<div>
|
<div>
|
||||||
@@ -52,48 +52,48 @@
|
|||||||
<span class="orange__highlight">software developer!</span>
|
<span class="orange__highlight">software developer!</span>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<img src="static/images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
||||||
</section>
|
</section>
|
||||||
<div id="end__of__page" class="centered">
|
<div id="end__of__page" class="centered">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://www.youtube.com/channel/UCEpaCDz-wZ21kR8nA8xDSzg" target="_blank">
|
<a href="https://www.youtube.com/channel/UCEpaCDz-wZ21kR8nA8xDSzg" target="_blank">
|
||||||
<img src="static/images/elements/png/youtube.png" alt="youtube logo" data-aos="fade-left" class="logo__image">
|
<img src="images/elements/png/youtube.png" alt="youtube logo" data-aos="fade-left" class="logo__image">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://twitter.com/Timothy89184676" target="_blank">
|
<a href="https://twitter.com/Timothy89184676" target="_blank">
|
||||||
<img src="static/images/elements/png/twitter.png" alt="twitter logo" data-aos="zoom-in" class="logo__image">
|
<img src="images/elements/png/twitter.png" alt="twitter logo" data-aos="zoom-in" class="logo__image">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://discord.gg/34RqygKbtX" target="_blank">
|
<a href="https://discord.gg/34RqygKbtX" target="_blank">
|
||||||
<img src="static/images/elements/png/discord.png" alt="discord logo" data-aos="fade-right" class="logo__image">
|
<img src="images/elements/png/discord.png" alt="discord logo" data-aos="fade-right" class="logo__image">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://timmyverybored.itch.io/" target="_blank">
|
<a href="https://timmyverybored.itch.io/" target="_blank">
|
||||||
<img src="static/images/elements/png/itch.png" alt="itch logo" data-aos="fade-right" class="logo__image">
|
<img src="images/elements/png/itch.png" alt="itch logo" data-aos="fade-right" class="logo__image">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://github.com/timmypidashev" target="_blank">
|
<a href="https://github.com/timmypidashev" target="_blank">
|
||||||
<img src="static/images/elements/png/github.png" alt="github logo" data-aos="zoom-out" class="logo__image">
|
<img src="images/elements/png/github.png" alt="github logo" data-aos="zoom-out" class="logo__image">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="mailto: pidashev.tim@gmail.com" target="_blank">
|
<a href="mailto: pidashev.tim@gmail.com" target="_blank">
|
||||||
<img src="static/images/elements/png/gmail.png" alt="gmail logo" data-aos="fade-left" class="logo__image">
|
<img src="images/elements/png/gmail.png" alt="gmail logo" data-aos="fade-left" class="logo__image">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="static/js/closeNav.js"></script>
|
<script src="js/closeNav.js"></script>
|
||||||
<script src="static/js/openNav.js"></script>
|
<script src="js/openNav.js"></script>
|
||||||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
||||||
<script>AOS.init(
|
<script>AOS.init(
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="Timothy Pidashev" content="A 17-year-old on an epic journey to become a software developer!" />
|
<meta name="Timothy Pidashev" content="A 17-year-old on an epic journey to become a software developer!" />
|
||||||
<meta name="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
|
<meta name="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
|
||||||
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
|
<link rel="shortcut icon" type="image/png" href="images/elements/png/timmy.png"/>
|
||||||
<link rel="stylesheet" href="static/css/styles.css">
|
<link rel="stylesheet" href="css/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">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
||||||
@@ -39,12 +39,12 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
|
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
|
||||||
</div>
|
</div>
|
||||||
<img src="static/images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="static/js/closeNav.js"></script>
|
<script src="js/closeNav.js"></script>
|
||||||
<script src="static/js/openNav.js"></script>
|
<script src="js/openNav.js"></script>
|
||||||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
||||||
<script>AOS.init(
|
<script>AOS.init(
|
||||||
{
|
{
|
||||||
|
|||||||