-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathJoshAuth.html
More file actions
32 lines (30 loc) · 1.11 KB
/
JoshAuth.html
File metadata and controls
32 lines (30 loc) · 1.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Josh - About Me</title>
<link rel="shortcut icon" type="image/jpg" href="assets/compsoc-logo.png"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="styling/style.css" rel="stylesheet" >
</head>
<body>
<div class = "container-sm px-6 pt-4">
<div class="p-3 border bg-light">
<div class="row mx-n5">
<div class="col-md-5">
<div class="text-center">
<!-- link leads to nowhere -->
<a href = ""><img src="assets/githublogo.png" class="rounded img-thumbnail" alt="github logo" width="400" height="400"></a>
</div>
</div>
<div class="col-md-5">
<div class="text-center">
<!-- link leads to nowhere -->
<a href = ""><img src="assets/linkedinlogo.png" class="rounded img-thumbnail" alt="linkedIn logo" width="400" height="400"></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>