-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (190 loc) · 6.85 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<title>Neel Patel</title>
<meta charset="UTF-8" />
<meta property="og:title" content="Neel Patel" />
<meta property="og:site_name" content="Neel Patel" />
<meta property="og:url" content="https://notneelpatel.github.io" />
<meta property="og:description" content="Not Neel Patel's Website" />
<meta property="og:image" content="./assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
<link rel="stylesheet" href="./assets/styles/home.css"/>
</head>
<body>
<header>
<div></div>
<h1>
<a href="/index.html">notneelpatel.xyz</a>
</h1>
<a onclick="toggleDarkMode()" id="darkModeToggle" href="#">🌙</a>
</header>
<hr class="main" />
<div class="navbar">
<li><a href="./index.html">home</a></li>
<li><a> | </a></li>
<li><a href="./blog.html">blog</a></li>
<li><a> | </a></li>
<li><a href="https://notneelpatel.github.io/portfolio">portfolio</a></li>
<li><a> | </a></li>
<li><a href="./links.html">links</a></li>
<li><a> | </a></li>
<li><a href="./search.html">search</a></li>
</div>
<hr class="main" />
<div id="main-container">
<div id="flex">
<main>
<h2>Welcome</h2>
<p>
My name is Neel Patel. I'm a Computer Systems
Engineering student. I post
<a href="./blog.html">blogs</a> and make random things, check out my
<a href="https://github.com/notneelpatel">GitHub</a> if you want to see
some of my other projects!
</p>
<p>
<a href="./blog/latest.html"> Read my latest blog! </a>
</p>
<hr />
<div id="project-display">
<div class="project">
<h3>
<a href="https://notneelpatel.github.io/spotlightguessr/">
SpotlightGuessr
</a>
</h3>
<p>
A simple game where you guess the country based on Windows Spotlight images.
</p>
<img src="assets/images/spotlightguessr.png" />
<p></p>
<a href="https://notneelpatel.github.io/spotlightguessr/">
Link to Project</a>
<p></p>
<a href="https://github.com/NotNeelPatel/spotlightguessr">Github Repo</a>
</div>
<hr/>
<div class="project">
<h3>
<a href="https://notneelpatel.github.io/albums/">
Albums that I Enjoy
</a>
</h3>
<p>
A webpage that will allow you to discover more music and my music taste.
</p>
<img src="assets/images/albums-example.png" />
<p></p>
<a href="https://notneelpatel.github.io/albums/">
Link to Project</a>
<p></p>
<a href="https://github.com/NotNeelPatel/albums">Github Repo</a>
</div>
<hr/>
<div class="project">
<h3>
<a href="https://notneelpatel.github.io/WallpaperThemeConverter">
Wallpaper Theme Converter
</a>
</h3>
<p>
A Javascript project that converts any image to any colour palette.
</p>
<img src="assets/images/wtc_example.png" />
<p></p>
<a href="https://notneelpatel.github.io/WallpaperThemeConverter">
Link to Project</a>
<p></p>
<a href="blog/2022-05-10-wallpaper-theme-converter.html">Blog post explanation</a>
<p></p>
<a href="https://github.com/NotNeelPatel/WallpaperThemeConverter">Github Repo</a>
</div>
<hr/>
<div class="project">
<h3>
<a href="https://notneelpatel.github.io/cat-hour/">
Cat / Hour
</a>
</h3>
<p>
A website that shows nine random pictures of cats every hour.
</p>
<img src="assets/images/cat-hour.png" />
<p></p>
<a href="https://notneelpatel.github.io/cat-hour/">
Link to Project</a>
<p></p>
<a href="https://github.com/NotNeelPatel/cat-hour">Github Repo</a>
</div>
<hr/>
<div class="project">
<h3>
<a href="https://notneelpatel.github.io/networking-card/">
Networking Card
</a>
</h3>
<p>
My virtual business/networking card
</p>
<p></p>
<a href="https://notneelpatel.github.io/networking-card">
Link to Project</a>
<p></p>
<a href="https://github.com/NotNeelPatel/networking-card">Github Repo</a>
</div>
<hr/>
<div class="project">
<h3>
<a href="https://notneelpatel.github.io/cuguessr/">
CuGuessr
</a>
</h3>
</a>
<p>
Guess the locations of buildings on Carleton University's campus.
</p>
<p></p>
<a href="https://notneelpatel.github.io/cuguessr">
Link to Project</a>
<p></p>
<a href="https://github.com/NotNeelPatel/cuguessr">Github Repo</a>
</div>
</div>
</main>
<aside id="sidebar">
<p style="font-size: 14px">I'm currently listening to:</p>
<!--http://localhost:5000-->
<!--https://novatorem-phi-seven.vercel.app-->
<a href="https://open.spotify.com/user/neekopat?si=132f375fe0c147be">
<img
src="https://novatorem-phi-seven.vercel.app/api/spotify/?background_color=0000000&border_color=0000000"
alt="novatorem"
id="novatorem"
/>
</a>
<img class="no-border" style="max-width: fit-content"src="./assets/images/spider-man.gif" />
<div id="images"></div>
</aside>
</div>
</div>
<footer>
<script src="./assets/scripts/home.js" defer></script>
<script src="./assets/scripts/darkmode.js" defer></script>
<script src="./assets/scripts/oneko.js"></script>
<hr class="main" />
<div class="navbar">
<li><a href="./index.html">home</a></li>
<li><a>|</a>
<li><a href="./blog.html">blog</a></li>
<li><a>|</a>
<li><a href="./feed.xml">RSS</a></li>
<li><a>|</a>
<li><a href="https://github.com/NotNeelPatel">github</a></li>
</div>
<br/>
<a href="#top">↑ Top of Page ↑</a>
</footer>
</body>
</html>