-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (54 loc) · 2.54 KB
/
about.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
<!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">
<title>About me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar global">
<div class="brand"><p>Ishaan Das<p></div>
<a href="#" class="toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="links">
<ul>
<li><a href="#">Work</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Resume</a></li>
</ul>
</div>
</nav>
<section class="hero global">
<div class="info about">
<h1>About Me</h1>
<p>When i was a young boy, my father took me into the city to see a marching band he said, son,
when you grow up, would you be the savior of the broken, the beaten, and the damned? he said, will you defeat them, your demons and all the non-believers, the plans that they have made? because one day, ill leave you a phantom to lead you in the summer to join the black parade when i was a young boy, my father took me into the city to see a marching band he said, son, when you grow up.
Would you be the savior of the broken, the beaten, and the damned?
sometimes, i get the feeling shes watching over me and other times, i feel like i should
go and through it all, the rise and fall, the bodies in the streets and when youre gone, we want you all
to know well carry on, well carry on and though youre dead and gone, believe me your memory will carry on, well carry on and in
my heart, i cant contain it the anthem wont explain it a world that sends you reeling from decimated dreams your misery.
</p>
<h1>My Interests</h1>
<ul>
<li>User Experience Design</li>
<li>Entrepreneurship</li>
<li>Filmmaking & Interactive Storytelling</li>
<li>Super Specific Song Lyrics</li>
<li>Dogs</li>
<li>Absurd breaking bad humor</li>
<li>Walks</li>
</ul>
</div>
<div class="image">
<img src="portfolioAssets/ishaandas.png" alt="tech collage art">
</div>
</section>
</body>
</html>