-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.41 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link href="images/blankStare.png" rel="icon" type="image/png">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
</head>
<body class="bg-light">
<div class="container mt-5">
<div class="row justify-content-center">
<div class="col-md-6 text-center">
<img src="images/blankStare.png" class="rounded-circle img-fluid mb-4" alt="Profile Image">
<h1 class="display-4">Hello</h1>
<p class="lead">Welcome to my End Of Year portfolio! This is a collection of all my projects that I have completed throughout the year. I want to showcase my skills and accomplishments in the field of programming and prototyping. I hope you enjoy and learn more about and my skills in the field of programming and prototyping. Click on one of the buttons below ro start the journey.</p>
<div class="d-grid gap-2 mt-4">
<a href="work.html" class="btn btn-primary btn-lg rounded-pill">Work</a>
<a href="resources.html" class="btn btn-primary btn-lg rounded-pill">Resources</a>
<a href="reflection.html" class="btn btn-primary btn-lg rounded-pill">Reflection</a>
</div>
</div>
</div>
</div>
</body>
</html>