-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (175 loc) · 8.55 KB
/
index.html
File metadata and controls
194 lines (175 loc) · 8.55 KB
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!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>Document</title>
<link rel = "stylesheet" href = "css.css">
<link rel = "stylesheet" href = "bootstrap.css">
</head>
<body data-spy = "scroll" data-target = "#navbarResponsive">
<!-- Home Section -->
<section id = "home">
<header>
<nav class = "navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a href = "#" class = "navbar-brand"><img src = "img/logo.png"></a>
<button type = "button" class = "navbar-toggler" data-toggle = "collapse" data-target = "#navbarResponsive">
<span class = 'navbar-toggler-icon'></span>
</button>
<div class = "collapse navbar-collapse" id = "navbarResponsive">
<ul class ="navbar-nav ml-auto">
<li class = "nav-item"><a href ="#home" class = "nav-link">Home</a></li>
<li class = "nav-item"><a href ="#photosite" class = "nav-link">Photosite</a></li>
<li class = "nav-item"><a href ="#inspiration" class = "nav-link">Inspiration</a></li>
<li class = "nav-item"><a href ="#history" class = "nav-link">History</a></li>
<li class = "nav-item"><a href ="#clients" class = "nav-link">Clients</a></li>
<li class = "nav-item"><a href ="#contact" class = "nav-link">Contact</a></li>
</ul>
</div>
</nav>
</header>
<div class="landing">
<div class="wrap">
<div class="home-inner"></div>
</div>
</div>
<div class = "home-content text-center">
<h1 class = "h1-header">First bootstrap page</h1>
<h3>Enjoy it</h3>
<button type = "button" class = "btn btn-outline-light btn-lg" href = "#">Get started</button>
</div>
</section>
<!-- Photosite Section -->
<section id = "photosite" class = "adjustment">
<div class="shrink">
<div class = "col-12 text-center ">
<h1 class ="section-heading">Check my github</h1>
<p>Try to love the world and you will be happier person. When you got nothing to offer, just offer your smile</p>
<a href = "https://github.com/milkiway7" target = "_blank" class = " btn btn-outline-info btn-lg ">GitHub</a>
</div>
</div>
</section>
<!-- Inspiration Section -->
<section id = "inspiration" class = "adjustment">
<div class="col-12 text-center bg ">
<div class="shrink">
<h1 class ="section-heading">Inspiration</h1>
<div class = "heading-underline"></div>
<div class = "row text-center">
<div class = "col-md-4">
<i class="fas fa-burn fa-4x"></i>
<h3 class = "h3-heading">Hello Word</h3>
<p>“Courage doesn’t always roar. Sometimes courage is the little voice at the end of the day that says ‘I’ll try again tomorrow.”
</p>
</div>
<div class = "col-md-4">
<i class="fas fa-circle-notch fa-4x"></i>
<h3 class = "h3-heading">Hello Word</h3>
<p>“Courage doesn’t always roar. Sometimes courage is the little voice at the end of the day that says ‘I’ll try again tomorrow.”
</p>
</div>
<div class = "col-md-4">
<i class="fas fa-chess-king fa-4x"></i>
<h3 class = "h3-heading">Hello Word</h3>
<p>“Courage doesn’t always roar. Sometimes courage is the little voice at the end of the day that says ‘I’ll try again tomorrow.”
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Hstory Section -->
<section id = "history" class = "adjustment">
<div class="fixed-background">
<div class="shrink">
<div class = "col-12 text-center">
<h1 class ="section-heading">Future with us</h1>
<div class = "heading-underline"></div>
</div>
<div class = "row text-center">
<div class = "col-md-4">
<i class="fab fa-buysellads fa-4x"></i>
<h3 class = "h3-heading">Hello Word</h3>
<p>“Courage doesn’t always roar. Sometimes courage is the little voice at the end of the day that says ‘I’ll try again tomorrow.”
</p>
</div>
<div class = "col-md-4">
<i class="fas fa-compact-disc fa-4x"></i>
<h3 class = "h3-heading">Hello Word</h3>
<p>“Courage doesn’t always roar. Sometimes courage is the little voice at the end of the day that says ‘I’ll try again tomorrow.”
</p>
</div>
<div class = "col-md-4">
<i class="fab fa-centercode fa-4x"></i>
<h3 class = "h3-heading">Hello Word</h3>
<p>“Courage doesn’t always roar. Sometimes courage is the little voice at the end of the day that says ‘I’ll try again tomorrow.”
</p>
</div>
</div>
</div>
<div class="fixed-wrap">
<div class="fixed"></div>
</div>
</div>
</section>
<!-- Clients Section -->
<section id = "clients">
<div class="shrink">
<div class = "row text-center">
<div class = "col-md-6">
<div class = "row ">
<div class = "col-md-4 img-responsive">
<img src = "img/client1.jpg ">
</div>
<div class = "col-md-8">
<blockquote>
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
<hr class = "clients-hr">
<cite>— Alex, Software Developper</cite>
</blockquote>
</div>
</div>
</div>
<div class = "col-md-6">
<div class = "row">
<div class = "col-md-4 img-responsive">
<img src = "img/client1.jpg">
</div>
<div class = "col-md-8">
<blockquote>
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
<hr>
<cite>— Alex, Software Developper</cite>
</blockquote>
</div>
</div>
</div>
</div>
<div class = "text-center">
<p class = "h3-heading">Want to know more about happiness?</p>
<a href = "https://milkiway7.github.io/photosite/" target = "_blank" class = "btn btn-outline-info btn-lg ">My other site</a>
</div>
</div>
</section>
<footer id = "contact">
<div class="shrink">
<div class = "row justify-content-center">
<div class = "col-md-12 text-center ">
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore"</p>
<strong>Contact info</strong>
<p>(888) 888-8888<br>email@gmail.com</p>
<a href = "#" target = "_blank"><i class = "fab fa-facebook-square fa-2x"></i></a>
<a href = "#" target = "_blank"><i class = "fab fa-twitter-square fa-2x"></i></a>
<a href = "#" target = "_blank"><i class = "fab fa-instagram fa-2x"></i></a>
</div>
<hr class = "socket">
© milkiway7
</div>
</div>
</footer>
</body>
<script src="jquery-3.3.1.min.js"></script>
<script src = "bootstrap.js"></script>
<script src = "https://use.fontawesome.com/releases/v5.5.0/js/all.js"></script>
</html>