-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (160 loc) · 6.99 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
<!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, shrink-to-fit=no">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<title>Bootstrap 4 Drills</title>
</head>
<body class="default-theme des-mat bg-light">
<div class="container">
<!-- bootstrap jumbotron container-->
<div class="row">
<div class="col-md">
<div class="bg-primary mt-4 text-white p-5 rounded-2">
<div class="container-fluid py-5">
<h1 class="display-5 fw-bold">James "Earl" Sanders</h1>
<h2 class="display-5 fw-bold">JavaScript Junior Developer</h2>
<p class="col- fs-4">
(Jumbotron)
</p>
</div>
</div>
</div> <!-- end of bootstrap jumbotron container-->
</div>
<div class="alert alert-success" role="alert">
This resume was created using Bootstrap 5.3!
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<h2 class="display-5 text-center fw-bold w-100">My Skills</h2>
</div>
<!-- start of bootstrap list group w/ badges-->
<ul class="list-group shadow">
<li class="list-group-item d-flex justify-content-between align-items-center">
HTML/CSS
<span class="badge bg-primary rounded-pill text-white">25%</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
Front-End JavaScript
<span class="badge bg-primary rounded-pill text-white">20%</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
NodeJS Server Development
<span class="badge bg-primary rounded-pill text-white">35%</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
SQL
<span class="badge bg-primary rounded-pill text-white">20%</span>
</li>
</ul>
<!-- end of bootstrap list group w/ badges-->
<div class="row row-cols-1 row-cols-md-3 g-4">
<h2 class="display-5 text-center fw-bold w-100">My Experience</h2>
<!-- start of bootstrap card w/ grid (I think I messed up on this section| I also actually saved a gray iamge with 350*150 on it for images)-->
<div class="col-12 col-sm-6 col-md-4 col-lg-3 ">
<div class="ca shadowrd my-2">
<img src="Images/350x150blank.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 ">
<div class="card my-2 shadow">
<img src="Images/350x150blank.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 ">
<div class="card my-2 shadow">
<img src="Images/350x150blank.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 ">
<div class="card my-2 shadow">
<img src="Images/350x150blank.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 ">
<div class="card my-2 shadow">
<img src="Images/350x150blank.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 ">
<div class="card my-2 shadow">
<img src="Images/350x150blank.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 ">
<div class="card my-2 shadow">
<img src="Images/350x150blank.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 ">
<div class="card my-2 shadow">
<img src="Images/350x150blank.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
<div class="col-md p-0">
<div class="rounded-2 bg-primary mt-4 text-white text-center">
<div class="container-fluid py-5">
<h5 class="display-5 fw-bold">www.jamesearlsanders.com</h5>
<h6 class="display-5 fw-bold">[email protected]</h6>
<h6 class="display-5 fw-bold">(205)569-7293</h6>
<p class="col- fs-4">
(Jumbotron)
</p>
</div>
</div>
</div>
</div>
</body>
</html>