-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (104 loc) · 5.27 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Futuristic Group</title>
<!-- This is Google fonts and font awesome fonts-->
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">FUTURISTIC GROUP</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#who-weare">WHO WE ARE</a></li>
<li><a href="#wishes-from">WISHES FROM</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Deepali Bhor<br>Wish you Very Happy Birthday<br> God bless you</h1>
<p>On August 25, 2014 we are happy to launch our first <strong>WEBSITE</strong> to celebrate your <strong>BIRTHDAY</strong>. From all members of futuristic group we wish you very happy birthday and may god bless you with lot of children. Period.</p>
<p><a class="btn btn-danger btn-lg" role="button">View more »</a></p>
<img src="images/code.png" title="Deepali" alt="Deepali">
</div>
</div>
<div id="who-weare">
<div class="container homepage">
<img src="images/grouplogo.png" title="Group" alt="Group">
<h2>WHO WE ARE</h2>
<hr>
<p>We are <strong>FUTURISTIC GROUP</strong>. This is a group formed by four crazy individuals who are unique in their own way. They have their own style and character and they are loved for it. This group will build many life changing products and few are already in pipeline. New product updates will be available in this website as and when ready.</p>
</div>
</div>
<div id="wishes-from">
<div class="container homepage">
<h2>WISHES FROM</h2>
<hr>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<img src="images/lallan_new.png" title="Lallan" alt="Lallan">
<h3>LALLAN</h3>
<p>A Smart banker by profession and pass out of IIT Delhi. But the only mistake he did in life is choosing Deepali as his life partner!!!</p>
<p><a class="btn btn-default" href="#" role="button">Lallan's Profile »</a></p>
</div>
<div class="col-md-4">
<img src="images/Vinod1.png" title="Vinod" alt="Vinod">
<h3>VINOD</h3>
<p>Thinks himself as next Steve Jobs but now his daily job is to take event logs from servers and transfer that to other servers!!!</p>
<p><a class="btn btn-default" href="#" role="button">Vinod's Profile »</a></p>
</div>
<div class="col-md-4">
<img src="images/santhosh1.png" title="Santhosh" alt="Santhosh">
<h3>SANTHOSH</h3>
<p>Tester by profession but really tests others patience in real life. A person to be born in MARS but by mistake born on Earth!!!</p>
<p><a class="btn btn-default" href="#" role="button">Santhosh's Profile »</a></p>
</div>
</div>
</div> <!-- /container -->
</div>
<footer>
<div class="container">
<p>FUTURISTIC GROUP</p>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
</body>
</html>