-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (85 loc) · 3.71 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<title>My Final Project Home</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="finalproject.css">
<!-- Latest compiled and minified JavaScript -->
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body class="home">
<!-- Navigation Starts -->
<nav class="navbar-default sree">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div >
<a class="navbar-brand sree" href="finalproject.html">SREEKANTH JAGADEESAN VAZHAPPULLY</a>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a href="finalproject.html">Home</a>
</li>
<li class="page-scroll">
<a href="aboutme.html">About</a>
</li>
<li class="page-scroll">
<a href="myportfolio.html">Portfolio</a>
</li>
<li class="page-scroll">
<a href="contactme.html">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<section class="home">
<header>
<div class="container" id="sree">
<div class="row" >
<div class="col-lg-12" >
<img class="img-circle" src="images/portfolio/thumbnails/sree.jpg" alt="">
<div class="intro-text">
<h3>SREEKANTH JAGADEESAN VAZHAPPULLY</h3>
<h3>Web Developer - Sound Designer</h3>
</div>
</div>
</div>
</div>
</header>
</section>
<!-- Header ends -->
<!-- footer start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center foo">
<h4><strong>Sreekanth</strong>
</h4>
<p>8422, 150A Street<br>Surrey, British Columbia, V3S 8J7</p>
<h5>Mobile: <a href="tel:+17786836642">+1.778.683.6642</a></h5>
<p class="text-muted">Copyright © sreekanth 2014</p>
</div>
</div>
</div>
</footer>
<!-- footer end -->
</body>
</html>