-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (167 loc) · 6.58 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous"
/>
<!-- custum css -->
<link rel="stylesheet" href="css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>Quote Box</title>
</head>
<body>
<div class="navbar navbar-expand-md fixed-top navbar-light bg-light">
<a href="" class="navbar-brand">Quote Box</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Quote of the Day</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Topics
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Authors</a>
<a class="dropdown-item" href="#">Pictures</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Topic wise</a>
</div>
</li>
<!-- <li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li> -->
</ul>
<form class="form-inline my-2 my-lg-0 ">
<input
class="form-control mr-sm-2"
type="search"
placeholder="Search for quote"
aria-label="Search"
/>
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">
Search
</button>
</form>
</div>
</div>
<!-- middle -->
<div class="container-fluid">
<div class="row d-flex my-2">
<div class="col-12 mx-auto" id="hero">
<img class="img-fliud img-thumbnail" src="images/hero.png" alt="" />
</div>
</div>
</div>
<div class="container-fluid">
<div class="row d-flex my-2" id="section">
<div class="col-sm-12 col-md-4 mx-auto" id="section1">
<img class="img-fluid img-thumbnail" src="images/done.jpg" />
</div>
<div class="col-sm-12 col-md-4 mx-auto" id="section2">
<img class="img-fluid img-thumbnail" src="images/adventure.jpg" />
</div>
<div class="col-sm-12 col-md-4 mx-auto" id="section3">
<img class="img-fluid img-thumbnail" src="images/smile.jpg" />
</div>
</div>
</div>
<!-- last section -->
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-6 mx-auto my-2" id="section4">
<img class="img-fluid img-thumbnail" src="images/wallpaper.png" />
</div>
<div class="col-sm-12 col-md-6 d-flex flex-column ">
<div class="row mx-auto my-2" id="row1">
<p class="text-justify blockquote p-3">
Peace is the beauty of life. It is sunshine. It is the smile of a
child, the love of a mother, the joy of a father, the togetherness
of a family. It is the advancement of man, the victory of a just
cause, the triumph of truth.
</p>
</div>
<div class="row mx-auto my-2" id="row2">
<p class="text-justify blockquote p-3">
It is well enough that people of the nation do not understand our
banking and monetary system, for if they did, I believe there
would be a revolution before tomorrow morning.
</p>
</div>
<div class="row mx-auto my-2" id="row3">
<p class="text-justify blockquote p-3">
At the end of the day, life is about being happy being who you
are, and I feel like we are so blessed to have the support system
and the best family to really just support each other no matter
what we're going through.
</p>
</div>
</div>
</div>
</div>
<!-- footer -->
<div class="container-fluid">
<div class="row d-sm-flex flex-sm-column d-md-flex flex-md-row flex-wrap align-items-center bg-dark text-light justify-content-center" id="footer">
<p class="row-sm col-md lead text-center my-3"><i class="fa fa-pinterest"></i> Pinterest</p>
<p class="row-sm col-md lead text-center my-3"><i class="fa fa-google-plus"></i> Google Plus</p>
<p class="row-sm col-md lead text-center my-3"><i class="fa fa-whatsapp"></i> Whatsapp</p>
<p class="row-sm col-md lead text-center my-3"><i class="fa fa-twitter"></i> Twitter</p>
<p class="row-sm col-md lead text-center my-3"><i class="fa fa-facebook"></i> Facebook</p>
</div>
</div>
<!-- - Optional JavaScript –>-->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"
></script>
</body>
</html>