-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (110 loc) · 5.6 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">
<head>
<title>Sample Grid</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.google.com">
<link rel="stylesheet" href="bootstrap grids/styles.css">
<script src="https://kit.fontawesome.com/73c8968b0d.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="main">
<!-- Beginning of the first row -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<img src="bootstrap grids/img/steering pic.avif" alt="Driver's view" height= 300px; width= 430px;>
</div>
<div class="col-lg-4" style="background-color:rgba(rgb(210,107,40)); color: rgba(255, 255, 255, 0.74);">
<div class="icons">
<span class="fa-stack fa-2x">
<i class="fa-solid fa-diamond fa-stack-2x" style="color:antiquewhite;" ></i>
<i class="fa-solid fa-cloud fa-stack-1x"></i>
<i class="fa-solid fa-cloud fa-stack-sm"></i>
</span>
</div>
<h5><u><strong>
The Beginning of the Driving School
</strong></u></h5>
<p>
But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself,because it is pleasure, but because those who don't know to pursue pleasure rationally encounter consequences that are <br>
<button class="btn btn-primary" id="btn">Read more ⟩</button>
</p>
</div>
<div class="col-lg-4">
<img src="bootstrap grids/img/Driving tutorial.jpg" alt="driving tutorial" height=300px; width=430px;>
</div>
</div>
</div>
<!-- Beginning of the second row -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-4" style="background-color:rgb((210,107,40)); color: rgba(255, 255, 255, 0.74);">
<div class="icons">
<span class="fa-stack fa-2x">
<i class="fa-solid fa-diamond fa-stack-2x" style="color:antiquewhite;" ></i>
<i class="fa-solid fa-car-burst fa-stack-1x"></i>
</span>
</div>
<div class="text">
<h5><u><strong>
The Beginning of the Driving School
</strong></u></h5>
<p>
But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself,because it is pleasure, but because those who don't know to pursue pleasure rationally encounter consequences that are <br>
<button class="btn btn-primary" id="btn">Read more ⟩</button>
</p>
</div>
</div>
<div class="col-lg-4">
<img src="bootstrap grids/img/Handshake.jpg" alt="future business partnership handshake" height=300px; width=435px;>
</div>
<div class="col-lg-4" style="background-color:rgb(210,107,40); color: rgba(255, 255, 255, 0.74);">
<div class="icons">
<span class="fa-stack fa-2x">
<i class="fa-solid fa-diamond fa-stack-2x" style="color:antiquewhite;" ></i>
<i class="fa-solid fa-car-burst fa-stack-1x"></i>
</span>
</div>
<h5><u><strong>
The Beginning of the Driving School
</strong></u></h5>
<p>
But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself,because it is pleasure, but because those who don't know to pursue pleasure rationally encounter consequences that are <br>
<button class="btn btn-primary" id="btn">Read more ⟩</button>
</p>
</div>
</div>
</div>
<!-- Beginning of the third row -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<img src="bootstrap grids/img/car tyre.jpg" alt="cars available" height=300px; width=430px;>
</div>
<div class="col-lg-4" style="background-color:rgb(210,107,40); color: rgba(255, 255, 255, 0.74);">
<div class="icons">
<span class="fa-stack fa-2x">
<i class="fa-solid fa-diamond fa-stack-2x" style="color:antiquewhite;" ></i>
<i class="fa-solid fa-car-burst fa-stack-1x"></i>
</span>
</div>
<h5><u><strong>
The Beginning of the Driving School
</strong></u></h5>
<p>
But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself,because it is pleasure, but because those who don't know to pursue pleasure rationally encounter consequences that are <br>
<button class="btn btn-primary" id="btn">Read more ⟩</button>
</p>
</div>
<div class="col-lg-4" style="background-color:rgb(210,107,40);">
<img src="bootstrap grids/img/Questions.jpg" alt="Enquiries" height=300px; width=430px;>
</div>
</div>
</div>
<!-- End of third row -->
</div>
</body>
</html>