-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 1.47 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
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>Frotend Challenges Completed by Harish M</title>
<link rel="stylesheet" href="style.css">
<style>
</style>
</head>
<body>
<div class="layout">
<div class="header">
<div class="title">Frontend Challenges</div>
</div>
<div class="main">
<div class="container">
<a class="link" href="https://harish141103.github.io/Frontend_Challenges/Challenges/C1/c1.html" target="_blank">
<div class="image"><img src="img/C1-QR Code Component.jpg" alt="QR Code Component Image"></div>
<div class="caption">QR code component</div>
</a>
</div>
<div class="container">
<a class="link" href="https://harish141103.github.io/Frontend_Challenges/Challenges/C2/c2.html" target="_blank">
<div class="image"><img src="img/C2-results-summary-component-main.jpg" alt="Results-summary-component Image"></div>
<div class="caption">Results summary component</div>
</a>
</div>
</div>
<div class="footer">
<div class="attribution">
<p>Coded by <a href="https://www.linkedin.com/in/harishmurugan1411/" target="_blank">Harish M</a></p>
<p>Challenges by <a href="https://www.frontendmentor.io/profile/Harish141103" target="_blank">Frontend Mentor</a> </p>
</div>
</div>
</div>
</body>
</html>