-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Pilliam W (aka SmartyNotchy)'s personal website!">
<title>Pilliam W</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Inclusive+Sans" rel="stylesheet" type="text/css">
</head>
<body>
<main>
<div id="header">
<img id="header_img" src="assets/images/starfruitBanner.png">
<p id="header_title">Pilliam W</p>
<p id="header_subtitle">Programmer | Game Dev | High School STEM Student</p>
<div id="header_gradient"></div>
</div>
<div id="temp">
<br>
<br>
<hr>
<p id="temp_title">Under Renovation!</p>
<hr>
<br>
<p id="temp_text1">Hi there! I'm currently in this process of redesigning this website to give it a sleek new look, as you can probably already tell.</p>
<p id="temp_text2">In the meantime, this placeholder text will make its home here until I get around to finishing this.</p>
<br>
<br>
<p id="temp_text3">Looking for something I've made or worked on?</p>
<p id="temp_text4"><a href="http://lunasim-karthik.s3-website.us-east-2.amazonaws.com/landing/homePage.html">LunaSim</a>, a powerful dynamic modeling tool that runs completely in your browser</p>
<p id="temp_text6"><a href="/PHS-10th-SMCS-Blocking/">PHS 10th SMCS Blocking Schedule</a>, a more user-friendly and faster-updating PHS schedule</p>
<p id="temp_text5"><a href="/Rapidfire/">Rapidfire</a>, a fast-paced flashcard-esque study tool</p>
</div>
</main>
<script src="index.js"></script>
</body>
</html>