-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bak02
77 lines (75 loc) · 2.36 KB
/
index.html.bak02
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
<!DOCTYPE html>
<html>
<head>
<title>Jai Srivastav</title>
<link href='http://fonts.googleapis.com/css?family=Lobster|Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" href="css/screen.css">
<script type="text/javascript" src="js/jquery-1.11.0.min.js"> </script>
<script type="text/javascript" src="js/smooth-scroll.js"> </script>
<script type="text/javascript" src="slick/slick.min.js"></script>
<script jype="text/javascript" src="js/script.js"> </script>
</head>
<body>
<header>
<div class="wrapper">
<a href=#><div id="logo">Jai Srivastav</div></a>
<ul id="navbar">
<a href="#"><li id="aboutLink">About</li></a>
<a href="#"><li id="skillsLink">Skills</li></a>
<a href="#"><li id="portfolioLink">Portfolio</li></a>
<a href="#"><li id="contactLink">Contact</li></a>
</ul>
</div>
</header>
<div id="about">
<div class="wrapper">
<h1>A Little About Me</h1>
<hr />
<div class="temp">hello world</div>
<!--<div class="carousel">
<div>
<img src="img/technology.jpg" alt="image has not loaded" />
<p>I code. I teach coding. I have a passion for technology.</p>
</div>
<div>
<img src="img/mun_flag.png" alt="image has not loaded" />
<p>I am the vice president of Model United Nations.</p>
</div>
<div>
<img src="img/piano_guitar.jpg" alt="image has not loaded" />
<p>I enjoy playing piano, playing guitar, and singing.</p>
</div>
<div>
<img src="img/food.jpg" alt="image has not loaded" />
<p>I am addicted to good food.</p>
</div>
</div>-->
</div>
</div>
<div id="skills">
<div class="wrapper">
<h1>A Little About Me</h1>
<hr />
<!--<div class="carousel">
<div>
<img src="img/technology.jpg" alt="image has not loaded" />
<p>I code. I teach coding. I have a passion for technology.</p>
</div>
<div>
<img src="img/mun_flag.png" alt="image has not loaded" />
<p>I am the vice president of Model United Nations.</p>
</div>
<div>
<img src="img/piano_guitar.jpg" alt="image has not loaded" />
<p>I enjoy playing piano, playing guitar, and singing.</p>
</div>
<div>
<img src="img/food.jpg" alt="image has not loaded" />
<p>I am addicted to good food.</p>
</div>
</div>-->
</div>
</div>
</body>
</html>