-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (76 loc) · 2.95 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<title>theparthway</title>
</head>
<body>
<div class="header">
<h1>Innovating Creation</h1>
<h2>Parth Shah</h2>
<h4>Check out my projects below</h4>
</div>
<div class="topnav">
<marquee>What you know about rolling down in the deep ~Gandhi</marquee>
</div>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>CLOCK</h2>
<h5>The future of time</h5>
<a href="clock/index.html" class="button">Go</a>
</div>
<div class="card">
<h2>COLOR FLIPPER</h2>
<h5>The full spectrum of true color</h5>
<a href="color flipper/index.html" class="button">Go</a>
</div>
<div class="card">
<h2>RAPPER NAME</h2>
<h5>The program that tells fate</h5>
<a href="cool name/index.html" class="button">Go</a>
</div>
<div class="card">
<h2>TO-DO LIST</h2>
<h5>Producing productivity</h5>
<a href="todo list/index.html" class="button">Go</a>
</div>
<div class="card">
<h2>TIC TAC TOE</h2>
<h5>The neolithic game of the century</h5>
<a href="tic tac toe/index.html" class="button">Go</a>
</div>
<div class="card">
<h2>COOKIE CLICKER</h2>
<h5>For the baking maniacs</h5>
<a href="cookie/index.html" class="button">Go</a>
</div>
</div>
<div class="rightcolumn">
<div class="news card">
<h3>NEWS</h3>
<ul>
<!-- <li>Model government: Want Modiji unseen pics? Donate to PM Cares fund and find out!</li> -->
<li>Balak paneer: an 8-year-old who fell into a pot of curry</li>
<li>Animal Husbandry: Will the parliament pass the mammal marriage bill?</li>
<li>Rene-grenade: Tiktok star turned terrorist kills 3</li>
</ul>
</div>
<div class="card">
<h3>Want my expertise in your life?</h3>
<h5>follow me anywhere with @theparthway<h5>
</div>
</div>
</div>
<div class="footer card">
<h1>Give me money</h1>
<img src="photo.jpg" alt="picture of parth's face">
</div>
<script src="script.js"></script>
</body>
</html>