-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 2.06 KB
/
index.html
File metadata and controls
62 lines (58 loc) · 2.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>This is my Website!</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<video autoplay muted loop id="myVideo">
<source src="/video/SUFuture%20Credits%20(Textless%201080p24%20LOOPING).mp4" type="video/mp4">
</video>
<div class="navbar">
<a href="https://therealistongithub.github.io/index.html">Home</a>
<a href="https://therealistongithub.github.io/pages/projects.html">Projects</a>
<a href="https://therealistongithub.github.io/files/Resume.pdf">My Resume</a>
</div>
<div class="content">
<img src="/img/me.jpg" alt="That's me!">
<div class="img-text">
<h1 class="img-header">Nitin Armstrong</h1>
</div>
</div>
<div class="about-me">
<h2 class="img-header">About me</h2>
<p> Hi! I'm Nitin and a junior CS major with a concentration in cybersecurity. I have been coding since high school,
and I've enjoyed every moment of it! Some topics that interest me are Network Security, Cryptography, and
Application Development. In the future, I hope to work as a Cybersecurity Analyst. Outside of work though, I
enjoy
listening to music, manga/anime, and fashion!
</p>
<p>
<b> Fun Fact!</b> I actually DJ and I upload my sets to my Youtube
channel <a
href="https://www.youtube.com/channel/UClMmAzWr1dVjuLo5NrHv8uw">
here!
</a>
</p>
</div>
<div class="footer">
<div class="icons">
<div class="column">
<a href="mailto:nitin.armstrong@gmail.com">
<img class="icon-img" src="/img/envelope.png" alt="Email me! ">
</a>
</div>
<div class="column">
<a href="https://github.com/TheRealistOnGithub">
<img class="icon-img" src="/img/github.png" alt="My github!">
</a>
</div>
<div class="column">
<a href="https://instagram.com/og_nitin">
<img class="icon-img" src="/img/instagram.png" alt="My Instagram!">
</a>
</div>
</div>
</div>
</body>
</html>