-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshowcase.html
More file actions
37 lines (35 loc) · 2.03 KB
/
showcase.html
File metadata and controls
37 lines (35 loc) · 2.03 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="showcasepage.css">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
</head>
<body>
<div class="row footer">
<a href="aboutme.html" class="link">About Me</a>
<a href="index.html" class="link">Home</a>
<a href="showcase.html" class="link"> Portfolio</a>
</div>
<div class="rowShowcase">
<p>Code Nation Projects</p>
<a href="https://popcode.org/?snapshot=54e0731b-6dae-4eda-a777-e8019930b2b1"><img src="prohireme.png"></a>
<a href="https://popcode.org/?snapshot=54e0731b-6dae-4eda-a777-e8019930b2b1"><img src="prorobot.png"></a>
<a href="https://popcode.org/?snapshot=54e0731b-6dae-4eda-a777-e8019930b2b1"></a><img src="pro2020.png"></a>
<a href="https://popcode.org/?snapshot=54e0731b-6dae-4eda-a777-e8019930b2b1"><img src="promovtic.png"></a>
<a href="https://popcode.org/?snapshot=54e0731b-6dae-4eda-a777-e8019930b2b1"></a><img src="proforte.png"></a>
<a href="https://popcode.org/?snapshot=54e0731b-6dae-4eda-a777-e8019930b2b1"><img src="prores.png"></a>
<a href="https://adakaij.github.io/fanpage/"><img src="profanpage.png"></a>
<a href="https://adakaij.github.io/rockpaperscissors/"><img src="prorps.png"></a>
<a href="https://adakaij.github.io/quiz/"><img src="proquiz.png"></a>
<a href="https://adakaij.github.io/playlist/"><img src="proplaylist.png"></a>
<a href="https://adakaij.github.io/ChooseYourOwnAdventure/"><img src="proadventure.png"></a>
<a href="https://adakaij.github.io/giphy/"><img src="progiphy.png"></a>
<a href="https://jeslyntatang.github.io/clientproject"><img src="proclient.png"></a>
</div>
<div class="row contact">
<a href="mailto:ahkaitan.68@gmail.com" class="link">Email</a>
<a href="" class="link">LinkedIn</a>
<a href="https://github.com/adakaij" class="link">GitHub</a>
</div>
</body>
</html>