-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuni2.html
43 lines (42 loc) · 960 Bytes
/
uni2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PORTFOLIO</title>
</head>
<body>
<a href="uni.html" style="font-size: 50px;">👈</a>
<a href="uni3.html" style="font-size: 50px;">👉</a>
<aside>
<div class="card-body">
<h1>Technical Skills:</h1>
<h>Languages:</h>
<div class="group">
<br />
<p>
HTML: CSS: JAVASCRIPT: JQUERY: BOOTSTRAP: NODE.JS: MySQL: EXPRESS:
HANDLEBARS:
</p>
</div>
</div>
</aside>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div class="footer-text">An original Website created by Damian Tapp.</div>
<link rel="stylesheet" href="style.css" /><link />
</body>
</html>