-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
executable file
·38 lines (28 loc) · 882 Bytes
/
portfolio.html
File metadata and controls
executable file
·38 lines (28 loc) · 882 Bytes
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
<!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.0">
<title>Home | Renblas</title>
<link rel="stylesheet" href="global/global.css">
<script src="global/header.js"></script>
<script src="global/footer.js"></script>
</head>
<body>
<global-header></global-header>
<div class="content">
<br>
<h1 style="text-align: center;"> /* ---------- ---------- Portfolio ---------- ---------- */</h1>
<br><br>
<div style="background-color: #3D0000; padding: 20px 30px;">
<p>
This page is for my Major Assignment #3 for Professor Mathew Bryan's ENC1101H class. <br>
<br>
It currently has nothing due to the project not being due for another month.
</p>
</div>
</div>
<global-footer></global-footer>
</body>
</html>