Do a lot of work :)

This commit is contained in:
timmypidashev
2021-09-21 18:24:13 -07:00
parent 7672c75f29
commit aca7c706ac
7 changed files with 278 additions and 9 deletions

58
blog.html Normal file
View File

@@ -0,0 +1,58 @@
<!doctype html>
<html lang="en">
<head>
<title>Blog</title>
<meta charset="UTF-8">
<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="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
<link rel="stylesheet" href="static/css/styles.css">
<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 rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Overlay -->
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<div class="overlay-content">
<a href="download.html">Download YT</a>
</div>
</div>
<!-- Navbar -->
<div class="header">
<a href="#default" class="logo" data-aos="zoom-in">Timmy</a>
<div class="header-right">
<a href="index.html" data-aos="zoom-in">About</a>
<a class="active" href="blog.html" data-aos="zoom-in" data-aos="zoom-in">Blog</a>
<a href="projects.html" data-aos="zoom-in">Projects</a>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; </span>
</div>
</div>
<!-- Content -->
<!-- Section -->
<section class="centered">
<div>
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
</div>
<img src="static/images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
</section>
<!-- JS -->
<script src="static/js/closeNav.js"></script>
<script src="static/js/openNav.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>AOS.init(
{
once: false,
mirror: true,
anchorPlacement: 'top-bottom',
offset: 0,
duration: 800
});</script>
</body>
</html>

View File

@@ -1,17 +1,58 @@
<!doctype html>
<html lang="en">
<head>
<title>Download</title>
<meta charset="utf-8">
<title>Download YT</title>
<meta charset="UTF-8">
<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="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
<meta name="Download" content="A nice, fast online content downloader." />
<meta name="keywords" content="Timmy's yt downloader, YouTube Download Online, Fast, Free" />
<link rel="stylesheet" href="static/styles.css">
<link rel="stylesheet" href="static/css/styles.css">
<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 rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
</html>
<body>
<!-- TODO: Add stuff here :) -->
<!-- Overlay -->
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<div class="overlay-content">
<a href="download.html">Download YT</a>
</div>
</div>
<!-- Navbar -->
<div class="header">
<a href="#default" class="logo" data-aos="zoom-in">Timmy</a>
<div class="header-right">
<a href="index.html" data-aos="zoom-in">About</a>
<a href="blog.html" data-aos="zoom-in" data-aos="zoom-in">Blog</a>
<a href="projects.html" data-aos="zoom-in">Projects</a>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; </span>
</div>
</div>
<!-- Content -->
<!-- Section -->
<section class="centered">
<div>
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
</div>
<img src="static/images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
</section>
<!-- JS -->
<script src="static/js/closeNav.js"></script>
<script src="static/js/openNav.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>AOS.init(
{
once: false,
mirror: true,
anchorPlacement: 'top-bottom',
offset: 0,
duration: 800
});</script>
</body>
</html>

View File

@@ -7,12 +7,32 @@
<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" />
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
<link rel="stylesheet" href="static/styles.css">
<link rel="stylesheet" href="static/css/styles.css">
<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 rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Overlay -->
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<div class="overlay-content">
<a href="download.html">Download YT</a>
</div>
</div>
<!-- Navbar -->
<div class="header">
<a href="#default" class="logo" data-aos="zoom-in">Timmy</a>
<div class="header-right">
<a class="active" href="index.html" data-aos="zoom-in">About</a>
<a href="blog.html" data-aos="zoom-in" data-aos="zoom-in">Blog</a>
<a href="projects.html" data-aos="zoom-in">Projects</a>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; </span>
</div>
</div>
<!-- Content -->
<section class="centered">
<div>
<h1 class="hero__header pink__colored" data-aos="fade-right">Hello, Im</h1>
@@ -71,6 +91,9 @@
</div>
</div>
<!-- JS -->
<script src="static/js/closeNav.js"></script>
<script src="static/js/openNav.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>AOS.init(
{
@@ -80,5 +103,6 @@
offset: 0,
duration: 800
});</script>
</body>
</html>

59
projects.html Normal file
View File

@@ -0,0 +1,59 @@
<!doctype html>
<html lang="en">
<head>
<title>Projects</title>
<meta charset="UTF-8">
<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="keywords" content="Timothy Pidashev, timmypidashev, timmy, programming, github" />
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
<link rel="stylesheet" href="static/css/styles.css">
<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 rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Overlay -->
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<div class="overlay-content">
<a href="download.html">Download YT</a>
</div>
</div>
<!-- Navbar -->
<div class="header">
<a href="#default" class="logo" data-aos="zoom-in">Timmy</a>
<div class="header-right">
<a href="index.html" data-aos="zoom-in">About</a>
<a href="blog.html" data-aos="zoom-in" data-aos="zoom-in">Blog</a>
<a class="active" href="projects.html" data-aos="zoom-in">Projects</a>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; </span>
</div>
</div>
<!-- Content -->
<!-- Section -->
<section class="centered">
<div>
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
</div>
<img src="static/images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
</section>
<!-- JS -->
<script src="static/js/closeNav.js"></script>
<script src="static/js/openNav.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>AOS.init(
{
once: false,
mirror: true,
anchorPlacement: 'top-bottom',
offset: 0,
duration: 800
});</script>
</body>
</html>

View File

@@ -4,6 +4,87 @@
box-sizing: border-box;
}
/* Navbar */
.header {
overflow: hidden;
background-color: #FB93DA;
padding: 20px 10px;
}
.header a {
float: left;
color: #404082;
text-shadow: 3px 2px 2px rgba(199, 130, 59, 0.15);
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
}
.header a:hover {
background-color: #D26BB9;
color: black;
}
.header a.active {
background-color: #404082;
color: white;
}
.header-right {
float: right;
}
/* Overlay */
.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block;
transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
/* Style */
html {
background-color: #FB93DA;
color: #404082;

3
static/js/closeNav.js Normal file
View File

@@ -0,0 +1,3 @@
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}

3
static/js/openNav.js Normal file
View File

@@ -0,0 +1,3 @@
function openNav() {
document.getElementById("myNav").style.width = "100%";
}