-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (114 loc) · 7.72 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Coffee Lover Project</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="Coffee_Lover_Project.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Welcome</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="Coffee_Lover_Project_SignUp_Page.html">SignUp <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav><br>
<div class="container">
<div class="jumbotron">
<h1 class="display-4">Coffee Lover Project!</h1>
<p class="lead">Welcome to your Bootstrap Project: Coffee Lover</p>
<p class="lead">You will recreate this web page and an additional Form Page</p>
<hr class="my-4">
<p class="lead">Just follow the instruction steps here to re-create these webpages!</p>
<ol>
<li>Create a general landing page with a jambotron</li>
<li>Next create a NavBar on the Page that links to another html file</li>
<li>Add two paragraphs of lorem-ipsum below the jumbotron</li>
<li>
Next use grid system to add in thumbnail of coffee. Sourse:https://stocksnap.io/search/coffee you will
need to use the thumbnail class for this. <br>
Here are the links:
<ul>
<li> <a href="https://cdn.stocksnap.io/img-thumbs/960w/bed-coffee_9PJWGQHPQ2.jpg">One</a> </li>
<li> <a href="https://cdn.stocksnap.io/img-thumbs/960w/Coffee-art_GZCFF9JJE7.jpg">Two</a> </li>
<li> <a href="https://cdn.stocksnap.io/img-thumbs/960w/coffee-latte_JXQ4ZVC5GI.jpg">Three</a> </li>
<li> <a href="https://cdn.stocksnap.io/img-thumbs/960w/barista-latte_V7HJ1MBGUP.jpg">Four</a> </li>
<li> <a href="https://cdn.stocksnap.io/img-thumbs/960w/barista-pour%20over_6B1SUAYDO1.jpg">Five</a> </li>
<li> <a href="https://cdn.stocksnap.io/img-thumbs/960w/restaurant-bar_KI4IDLRWIJ.jpg">Six</a> </li>
</ul>
</li>
<li>Next make sure that at the largest setting you have 3 colomns of pictures. On the smallest screen
you should have yoy two colomns. Its up to you whrere you want to change. </li>
<li>Next create another html file for the signup page.</li>
<li>Create a Form on this Sign Up page with Email, Password, and a Check Box.</li>
</ol>
<p class="lead">That's it. Feel free to play around with this project and style it more to your liking.
The main focuses of this project are the uses of NavBar, Jumbotron, Form, Container and the Grid System.</p>
</div>
</div>
<div id="id1" class="container">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing 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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing 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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="id1" class="container">
<h1>Pictures Of Coffee</h1>
<div class="row">
<div class="col-lg-4 col-6 img-thumbnail"> <img src="https://cdn.stocksnap.io/img-thumbs/960w/bed-coffee_9PJWGQHPQ2.jpg" class="img-fluid" alt="Responsive image" > </div>
<div class="col-lg-4 col-6 img-thumbnail"> <img src="https://cdn.stocksnap.io/img-thumbs/960w/Coffee-art_GZCFF9JJE7.jpg" class="img-fluid" alt="Responsive image"> </div>
<div class="col-lg-4 col-6 img-thumbnail"> <img src="https://cdn.stocksnap.io/img-thumbs/960w/coffee-latte_JXQ4ZVC5GI.jpg" class="img-fluid" alt="Responsive image"> </div>
<div class="col-lg-4 col-6 img-thumbnail"> <img src="https://cdn.stocksnap.io/img-thumbs/960w/barista-pouring_MD4L58LL1E.jpg" class="img-fluid" alt="Responsive image" > </div>
<div class="col-lg-4 col-6 img-thumbnail"> <img src="https://cdn.stocksnap.io/img-thumbs/960w/barista-pour%20over_6B1SUAYDO1.jpg" class="img-fluid" alt="Responsive image"> </div>
<div class="col-lg-4 col-6 img-thumbnail"> <img src="https://cdn.stocksnap.io/img-thumbs/960w/barista-latte_V7HJ1MBGUP.jpg" class="img-fluid" alt="Responsive image"> </div>
</div>
<!-- <div class="row">
<div class="col-lg-4 col-6">
<div class="thumbnail">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/bed-coffee_9PJWGQHPQ2.jpg" alt="Lights" style="width:100%">
<div class="caption"></div>
</div>
</div>
<div class="col-lg-4 col-6">
<div class="thumbnail">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/Coffee-art_GZCFF9JJE7.jpg" alt="Lights" style="width:100%">
<div class="caption"></div>
</div>
</div>
<div class="col-lg-4 col-6">
<div class="thumbnail">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/coffee-latte_JXQ4ZVC5GI.jpg" alt="Lights" style="width:100%">
<div class="caption"></div>
</div>
</div>
<div class="col-lg-4 col-6">
<div class="thumbnail">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/barista-pouring_MD4L58LL1E.jpg" alt="Lights" style="width:100%">
<div class="caption"></div>
</div>
</div>
<div class="col-lg-4 col-6">
<div class="thumbnail">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/barista-pour%20over_6B1SUAYDO1.jpg" alt="Lights" style="width:100%">
<div class="caption"></div>
</div>
</div>
<div class="col-lg-4 col-6">
<div class="thumbnail">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/barista-latte_V7HJ1MBGUP.jpg" alt="Lights" style="width:100%">
<div class="caption"></div>
</div>
</div>
</div> -->
</div> <br><br><br>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>