-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<a href="https://github.com/ismeh/front_end_projects">Repository</a>
<a href="https://www.frontendmentor.io/profile/ismeh">FrontEnd Mentor Profile</a>
</nav>
<div class="mid_page">
<aside>
<div class="projects_list">
<u>Projects</u>
<ul>
<li><a target="iframe_a" href="1qr/qr-code-component-main/index.html">QR component</a></li>
<li><a target="iframe_a" href="2blog_preview_card/blog-preview-card-main/index.html">Blog card preview</a></li>
<li><a href="2blog_preview_card/blog-preview-card-main/index.html">External link test Blog card preview</a></li>
<li><a target="iframe_a" href="3social_links_profile/index.html">Social links</a></li>
</ul>
</div>
</aside>
<main>
<iframe name="iframe_a" src="1qr/qr-code-component-main/index.html" frameborder="0"></iframe>
</main>
</div>
</body>
</html>