-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
259 lines (224 loc) · 12.3 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<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">
<title>NateTheGreat</title>
<link rel="stylesheet" type="text/css" href="output.css"/>
<script src="dark.js" defer></script>
<script src="typin.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<header class="bg-lightmode-white dark:bg-black drop-shadow-lg w-full top-0 sticky p-5 flex flex-row justify-between items-center z-50">
<div>
<a href="#home">
<h3 class="text-lightmode-blue hover: font-sans font-semibold text-4xl">NateTheGreat1230</h3>
</a>
</div>
<div>
<ul class=" gap-3 flex flex-row items-center">
<li class="text-lightmode-black font-sans text-2xl dark:text-white hover:text-lightmode-grey hover:underline"><a href="#about">About</a></li>
<li class="text-lightmode-black font-sans text-2xl dark:text-white hover:text-lightmode-grey hover:underline"><a href="#portfolio">Projects</a></li>
<li class="font-sans text-xl border-2 hover:border-4 hover:p-0.5 p-1 rounded-md border-spacing-8 border-lightmode-blue text-lightmode-blue"><a href="#contact">Contact</a></li>
<button id="theme-toggle" type="button" class="text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg text-sm p-2.5">
<svg id="theme-toggle-dark-icon" class="hidden w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path></svg>
<svg id="theme-toggle-light-icon" class="hidden w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</button>
</ul>
</div>
</header>
<body>
<div id="home" class="bg-lightmode-white dark:bg-darkmode-darkest h-screen py-16 px-20 space-y-10 scroll-mt-20">
<div class="-mt-16 left-0 absolute w-full h-[90vh] z-0" id="lparticles-js">
<div class="absolute w-full h-[90vh] z-0" id="dparticles-js"></div>
</div>
<div class="pt-10 pb-28 relative z-10">
<h1 class="text-center text-6xl font-sans text-lightmode-blue">Hi I'm </br>NateTheGreat</h1>
<div class="text-center p-9 text-lightmode-black dark:text-white text-4xl font-sans">
<h1>I am a
<span id="text"></span><span id="cursor">|</span>
</h1>
</div>
<div>
<a href="#portfolio">
<center>
<button class="bg-violet-900 hover:bg-lightmode-blue text-white font-medium rounded-lg shadow-2xl transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 p-3" type="button">View my portfolio</button>
</center>
</a>
</div>
</div>
</div>
<div id="about" class="bg-coolors-white dark:bg-darkmode-darker scroll-mt-20 gap-8 space-y-10 columns-2">
<div class="space-x-20">
<div class="h-16 bg-coolors-white dark:bg-darkmode-darker"></div>
<p class="font-semibold text-4xl font-sans text-center text-lightmode-black dark:text-white leading-loose uppercase underline underline-offset-4 decoration-4 ">about me</p>
<p class="text-xl font-sans text-left text-lightmode-black dark:text-white">
I am a computer science student who aspires to make the next generation of apps and websites. I have been doing various types of computer science for the last few years. I am fluent in HTML, CSS, Python and PHP and I am learning Java, C++ and Javascript.
</p>
</div>
<center>
<img class="w-11/12 py-10 rounded-2xl " src="computerthing.png" alt="computer pic">
</center>
</div>
<div id="portfolio" class="bg-slate-200 dark:bg-darkmode-darkest scroll-mt-20 space-y-10">
<p class="text-lightmode-black dark:text-white pt-16 text-center text-4xl font-sans font-semibold leading-loose uppercase underline underline-offset-4 decoration-4 ">Portfolio</p>
<center>
<div class="grid grid-cols-4 gap-8 w-5/6 font-sans font-semibold text-xl pb-20">
<div class="relative">
<a href="games">
<div class="bg-black text-transparent bg-opacity-0 flex justify-center items-center hover:text-white hover:bg-opacity-50 absolute z-20 w-full h-48 align-bottom">
Unblocked Games
</div>
<div>
<img class="mt-4 mx-auto relative h-40 object-contain " src="Video-Game.png" alt="computer pic">
</div>
</a>
</div>
<div class="relative">
<a href="firefox.php">
<div class="bg-black text-transparent bg-opacity-0 flex justify-center items-center hover:text-white hover:bg-opacity-50 absolute z-20 w-full h-48 align-bottom">
Browser Emulator
</div>
<div>
<img class="mt-4 mx-auto relative h-40 object-contain " src="Firefox-Logo1.png" alt="computer pic">
</div>
</a>
</div>
<div class="relative">
<a href="chemstudy">
<div class="bg-black text-transparent bg-opacity-0 flex justify-center items-center hover:text-white hover:bg-opacity-50 absolute z-20 w-full h-48 align-bottom">
Quizlet Study
</div>
<div>
<img class="mt-4 mx-auto relative h-40 object-contain " src="quizlogo.png" alt="computer pic">
</div>
</a>
</div>
<div class="relative">
<a href="mathhelp">
<div class="bg-black text-transparent bg-opacity-0 flex justify-center items-center hover:text-white hover:bg-opacity-50 absolute z-20 w-full h-48 align-bottom">
Math Help
</div>
<div>
<img class="mt-4 mx-auto relative h-40 object-contain " src="mathwaylogo.png" alt="computer pic">
</div>
</a>
</div>
<div class="relative">
<a href="photos">
<div class="bg-black text-transparent bg-opacity-0 flex justify-center items-center hover:text-white hover:bg-opacity-50 absolute z-20 w-full h-48 align-bottom">
Photos Project
</div>
<div>
<img class="mt-4 mx-auto relative h-40 object-contain " src="bluecamera.png" alt="computer pic">
</div>
</a>
</div>
<div class="relative">
<a href="chromium">
<div class="bg-black text-transparent bg-opacity-0 flex justify-center items-center hover:text-white hover:bg-opacity-50 absolute z-20 w-full h-48 align-bottom">
Chrome Emulator
</div>
<div>
<img class="mt-4 mx-auto relative h-40 object-contain " src="chrome.png" alt="computer pic">
</div>
</a>
</div>
<div class="relative">
<a href="#">
<div class="bg-black text-transparent bg-opacity-0 flex justify-center items-center hover:text-white hover:bg-opacity-50 absolute z-20 w-full h-48 align-bottom">
PrismOS
</div>
<div>
<img class="mt-4 mx-auto relative h-40 object-contain " src="PrismOS_circle.png" alt="PrismOS">
</div>
</a>
</div>
<div class="relative">
<a href="https://onlinegdb.com/g0rCuUytt">
<div class="bg-black text-transparent bg-opacity-0 flex justify-center items-center hover:text-white hover:bg-opacity-50 absolute z-20 w-full h-48 align-bottom">
TicTacToe
</div>
<div>
<img class="mt-4 mx-auto relative h-40 object-contain " src="javalogo.png" alt="computer pic">
</div>
</a>
</div>
</div>
</center>
</div>
<div id="contact" class="bg-coolors-grey dark:bg-darkmode-darker space-y-20 scroll-mt-20 columns-2 gap-8">
<center>
<img class="w-11/12 py-10 rounded-2xl " src="speedmailpic.png" alt="computer pic">
</center>
<div>
<p class="text-lightmode-black dark:text-white pt-16 text-center text-4xl font-sans font-semibold leading-loose uppercase underline underline-offset-4 decoration-4 ">Contact me</p>
</div>
<div>
<form class="space-y-5 mx-20 -mt-14" id="form" autocomplete="off" method="POST" action="contact.php">
<div class="columns-2">
<div>
<input class="p-3 caret-lightmode-blue rounded-md dark:text-white bg-coolors-grey dark:bg-darkmode-darker border-2 text-lightmode-black" placeholder="Name" id="firstname" type="text" name="firstname">
</div>
<div>
<input class="p-3 caret-lightmode-blue rounded-md dark:text-white bg-coolors-grey dark:bg-darkmode-darker border-2 text-lightmode-black " placeholder="Email" id="email" type="email" name="email">
</div>
</div>
<div>
<input class="w-full p-3 caret-lightmode-blue rounded-md dark:text-white bg-coolors-grey dark:bg-darkmode-darker border-2 text-lightmode-black " placeholder="Subject" id="subject" type="text" name="subject">
</div>
<div>
<textarea class="w-full p-8 caret-lightmode-blue rounded-md dark:text-white bg-coolors-grey dark:bg-darkmode-darker border-2 text-lightmode-black " placeholder="Message" id="message" name="message"></textarea>
</div>
<div>
<button class="border-2 rounded-md p-3 uppercase font-sans text-lightmode-black dark:text-white w-1/2 border-lightmode-black hover:border-lightmode-blue hover:border-4 hover:p-2.5 " type="submit">
<i aria-hidden="true"></i>
Send .<i class="fa-sharp fa-solid fa-paper-plane"></i>
</button>
</div>
</form>
</div>
</div>
<div class="bg-lightmode-white dark:bg-darkmode-darkest pb-10 py-10">
<h3 class="text-lightmode-blue hover: font-sans font-semibold text-4xl p-10 text-center">NateTheGreat1230</h3>
<div class="grid grid-cols-4 justify-items-center py-10 font-sans text-lightmode-black dark:text-white text-center">
<div class="static space-y-5">
<h4 class="text-2xl font-semibold">Email</h4>
<p class="text-xl">
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="static space-y-5">
<h4 class="text-2xl font-semibold">Copyright</h4>
<p class="text-xl">© Copyright 2022 NateTheGreat</p>
</div>
<div class="static space-y-5">
<h4 class="text-2xl font-semibold">Cloudflare</h4>
<p class="text-xl">Protected by Cloudflare <a href="https://cloudflare.com" target="_blank"><i class="fa-brands fa-cloudflare"></i></a></p>
</div>
<div class="static space-y-5">
<h4 class="text-2xl font-semibold">Social</h4>
<div class="text-xl space-x-5">
<a href="https://onlinegdb.com/5pp37jhdO" target="_blank">
<i class="fa-brands fa-python"></i>
</a>
<a href="https://replit.com/@NateTheGreat1230" target="_blank">
<i class="fa-solid fa-code"></i>
</a>
<a href="https://github.com/NateTheGreat1230" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://codepen.io/NateTheGreat1230" target="_blank">
<i class="fab fa-codepen"></i>
</a>
</div>
</div>
</div>
</div>
</body>
<script src="particles.js-master/particles.js"></script>
<script src="particles.js-master/particlesjs-config.js"></script>
<script src="particles.js-master/dark:particlesjs-config.js"></script>
</html>