Skip to content

Commit 4267da2

Browse files
committed
add bootstrap link, change projectItem a tags
1 parent cffaa40 commit 4267da2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<link rel="stylesheet" href="css/style.css">
77
<link rel="icon" type="image/x-icon" href="favicon/favicon.ico"><!--Link to favicon-->
88
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'><!--Link to boxicons-->
9-
<script src="scripts/script.js"></script> <!--Link to script file-->
9+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"><!--Insert boostrap link-->
10+
<script src="scripts/script.js"></script> <!--Link to script file-->
1011
</head>
1112
<body>
1213
<header>
@@ -197,8 +198,7 @@ <h2>Projects</h2>
197198
<!--Insert project title-->
198199
<h3>Form API</h3>
199200

200-
<!--Create project button link-->
201-
<a href="formapi/formAPI.html">See More</a>
201+
<a class="btn btn-primary" href="#" role="button">See More</a>
202202
</div>
203203

204204
<div class="projectGridItem">
@@ -208,7 +208,7 @@ <h3>Form API</h3>
208208
<h3>Coming Soon</h3>
209209

210210
<!--Create project button link-->
211-
<a href="#">See More</a>
211+
<a class="btn btn-primary" href="#" role="button">See More</a>
212212
</div>
213213

214214
<div class="projectGridItem">
@@ -218,7 +218,7 @@ <h3>Coming Soon</h3>
218218
<h3>Coming Soon</h3>
219219

220220
<!--Create project button link-->
221-
<a href="#">See More</a>
221+
<a class="btn btn-primary" href="#" role="button">See More</a>
222222
</div>
223223

224224
<div class="projectGridItem">
@@ -228,7 +228,7 @@ <h3>Coming Soon</h3>
228228
<h3>Coming Soon</h3>
229229

230230
<!--Create project button link-->
231-
<a href="#">See More</a>
231+
<a class="btn btn-primary" href="#" role="button">See More</a>
232232
</div>
233233

234234
<div class="projectGridItem">
@@ -238,7 +238,7 @@ <h3>Coming Soon</h3>
238238
<h3>Coming Soon</h3>
239239

240240
<!--Create project button link-->
241-
<a href="#">See More</a>
241+
<a class="btn btn-primary" href="#" role="button">See More</a>
242242
</div>
243243

244244
<div class="projectGridItem">
@@ -248,7 +248,7 @@ <h3>Coming Soon</h3>
248248
<h3>Coming Soon</h3>
249249

250250
<!--Create project button link-->
251-
<a href="#">See More</a>
251+
<a class="btn btn-primary" href="#" role="button">See More</a>
252252
</div>
253253

254254
</div>

0 commit comments

Comments
 (0)