-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.86 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.86 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
<!DOCTYPE html>
<html>
<header>
<!-- Your name here -->
<title>Benji Prashker</title>
<!-- Link any css files or external references for icons/images -->
<link rel = "stylesheet" href = "style.css">
<link rel = "stylesheet" href = "picture_style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap" rel="stylesheet">
<script src="particle.js"></script>
</header>
<!-- Links social media icons from cloudfare -->
<ul>
<a href="https://www.facebook.com/benji.prashker/" class="fa fa-facebook fa-2x"></a>
<a href="https://www.linkedin.com/in/benji-p-37b008123/" class="fa fa-linkedin fa-2x"></a>
<a href="https://github.com/prashb99" class="fa fa-github fa-2x"></a>
<a href="https://soundcloud.com/benji-p-63083991" class="fa fa-soundcloud fa-2x"></a>
</ul>
<!-- Name at the top of the page -->
<h1>Benji Prashker</h1>
<body>
<!-- Each line in your about section. Reference style.css for id reference and animation creation -->
<pre id="line1" class="typewrite1">Hi, I'm Benji.</pre>
<pre id="line2" class="typewrite1">I am a senior Computer Science student at Rensselaer Polytechnic Institute.</pre>
<pre id="line3" class="typewrite1">As someone that strongly believes in the power of technology and the</pre>
<pre id="line4" class="typewrite1">good that it can bring to society, I strive to consistently improve and </pre>
<pre id="line5" class="typewrite1">create software that can solve any problem I encounter.</pre>
<!-- Headshot image-->
<a href="#" class="photo">
<!-- Your photo goes here -->
<img src=headshot.jpg alt="Headshot">
<div class="glow-wrap">
<i class="glow"></i>
</div>
</a>
</div>
</body>
</html>