-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (32 loc) · 1.17 KB
/
index.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
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/frankli-n.css">
<link rel="stylesheet" type="text/css" href="css/asterix.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>
<div id="asterix" class="streaking">WELCOME TO MY PORTFOLIO</div>
<div class="container">
<div id="project-section">
<div id="franklin">
<span id="f">f</span><span id="r">r</span><span id="a">a</span><span id="n">n</span><span id="k">k</span><span
id="l">l</span><span id="i">i</span><span id="dash">-</span><span id="n2">n</span>
</div>
<h2>projects:</h2>
<ul id="links">
<!-- List items will be dynamically added here using JavaScript -->
</ul>
<div id="projectImgSection">
<img id="projectImg" src="assets/af.gif" alt="an amazing project should be here">
</div>
</div>
</div>
</body>
</html>
<script src="js/hide.js"></script>
<script src="js/app.js"></script>