-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLanding_Page.html
148 lines (132 loc) · 5.88 KB
/
Landing_Page.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<div class="row container">
<div class="col-xl-3 col-lg-6 col-sm-12">
<div class="card" style="width: 18rem;">
<img src="../img/photo1.jpg" class="card-img-top">
<div class="card-body">
<span class="badge rounded-pill text-bg-primary">News</span>
<p class="card-text fs-4 mt-2">Blog post title</p>
<p>Some quick example text to build on the card title and make up the bulk of the card's content.
</p>
</div>
<div class="d-flex">
<div class="flex-shrink-0">
<img src="../img/author.png" width="50px">
</div>
<div class="flex-grow-1 ms-3">
<p class="fw-bold mb-0">Kelly Lowan</p>
<p class="text-muted">March 12, 2021, 6 min read</p>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="card" style="width: 18rem;">
<img src="../img/photo1.jpg" class="card-img-top">
<div class="card-body">
<span class="badge rounded-pill text-bg-primary">News</span>
<p class="card-text fs-4 mt-2">Blog post title</p>
<p>Some quick example text to build on the card title and make up the bulk of the card's content.
</p>
</div>
<div class="d-flex">
<div class="flex-shrink-0">
<img src="../img/author.png" width="50px">
</div>
<div class="flex-grow-1 ms-3">
<p class="fw-bold mb-0">Kelly Lowan</p>
<p class="text-muted">March 12, 2021, 6 min read</p>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="card" style="width: 18rem;">
<img src="../img/photo1.jpg" class="card-img-top">
<div class="card-body">
<span class="badge rounded-pill text-bg-primary">News</span>
<p class="card-text fs-4 mt-2">Blog post title</p>
<p>Some quick example text to build on the card title and make up the bulk of the card's content.
</p>
</div>
<div class="d-flex">
<div class="flex-shrink-0">
<img src="../img/author.png" width="50px">
</div>
<div class="flex-grow-1 ms-3">
<p class="fw-bold mb-0">Kelly Lowan</p>
<p class="text-muted">March 12, 2021, 6 min read</p>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="card" style="width: 18rem;">
<img src="../img/photo1.jpg" class="card-img-top">
<div class="card-body">
<span class="badge rounded-pill text-bg-primary">News</span>
<p class="card-text fs-4 mt-2">Blog post title</p>
<p>Some quick example text to build on the card title and make up the bulk of the card's content.
</p>
</div>
<div class="d-flex">
<div class="flex-shrink-0">
<img src="../img/author.png" width="50px">
</div>
<div class="flex-grow-1 ms-3">
<p class="fw-bold mb-0">Kelly Lowan</p>
<p class="text-muted">March 12, 2021, 6 min read</p>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="container m-5">
<div class="row">
<div class="col-2 col-lg-2 order-lg-2">
<img src="../img/author.png" width="100%">
</div>
<div class="col-10 col-lg-5 order-lg-1">
<p>This is some content from a media component. You can <br>replace this with any content and adjust it as needed.</p>
</div>
<div class="col-lg-5 order-lg-3"></div>
</div>
</div>
<div class="container m-5">
<div class="row">
<div class="col-2 col-lg-2 order-lg-2">
<img src="../img/author2.png" width="100%">
</div>
<div class="col-10 col-lg-5 order-lg-3">
<p>This is some content from a media component. You can <br>replace this with any content and adjust it as needed.</p>
</div>
<div class="col-lg-5 order-lg-1"></div>
</div>
</div>
<div class="container m-5">
<div class="row">
<div class="col-2 col-lg-2 order-lg-2">
<img src="../img/author3.png" width="100%">
</div>
<div class="col-10 col-lg-5 order-lg-1">
<p>This is some content from a media component. You can <br>replace this with any content and adjust it as needed.</p>
</div>
<div class="col-lg-5 order-lg-3"></div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</body>
</html>