-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (62 loc) · 2.86 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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">
<link rel="stylesheet" href="main/styles.css">
<title>Coding Challenges</title>
</head>
<body>
<div class="projects">
<h1>Coding Challenges</h1>
<a href="https://devchallenges.io/" target="_blank">
<h2>devChallenges</h2>
</a>
<div class="projects__list">
<a href="https://carla-ng-coffee-shop.netlify.app/" target="_blank">
<div class="projects__list-image">
<img src="devchallenges/coffee-shop/public/coffeshop-preview.jpg" alt="Simple Coffee Listing preview">
</div>
<h4>Simple Coffee Listing</h4>
</a>
</div>
<hr>
<a href="https://www.frontendmentor.io/" target="_blank">
<h2>Frontend Mentor</h2>
</a>
<div class="projects__list">
<a href="https://carla-ng-space-tourism.netlify.app/" target="_blank">
<div class="projects__list-image">
<img src="https://github.com/carla-ng/web-development-practice/blob/main/space-tourism-website/src/assets/readme_image_1.jpg?raw=true" alt="Space Tourism preview">
</div>
<h4>Space Tourism website</h4>
</a>
<a href="https://carla-ng-frontend-mentor.netlify.app/job-listings/" target="_blank">
<div class="projects__list-image">
<img src="https://raw.githubusercontent.com/carla-ng/coding-challenges/main/frontendmentor/main-project/public/job-listings/joblistings-preview.jpg" alt="Job Listings preview">
</div>
<h4>Job Listings with Filtering</h4>
</a>
</div>
<hr>
<a href="https://icodethis.com/" target="_blank">
<h2>iCodeThis</h2>
</a>
<div class="projects__list">
<a href="https://carla-ng-icodethis.netlify.app/user-authentication" target="_blank">
<div class="projects__list-image">
<img src="https://raw.githubusercontent.com/carla-ng/coding-challenges/main/icodethis/main-project/public/user-authentication/user-authentication-preview.jpg" alt="User Authentication preview">
</div>
<h4>User Authentication</h4>
</a>
<a href="https://carla-ng-icodethis.netlify.app/alarm" target="_blank">
<div class="projects__list-image">
<img src="https://raw.githubusercontent.com/carla-ng/coding-challenges/main/icodethis/main-project/public/alarm/alarm-preview.jpg" alt="Alarm preview">
</div>
<h4>Alarm</h4>
</a>
</div>
</div>
</body>
</html>