-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
29 lines (28 loc) · 1.69 KB
/
portfolio.html
File metadata and controls
29 lines (28 loc) · 1.69 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
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="portfolio.css">
</head>
<body>
<div class="row footer">
<a href="index.html" class="blocks"> Home </a>
<a href="AboutMe.html" class="blocks"> About Me</a>
<p class="blocks">Portfolio</p>
<a href="contact.html" class="blocks" id="contact">Contact</a>
</div>
<h1> Projects </h1>
<a href="https://popcode.org/?snapshot=61ea883c-c543-4e3b-a6ee-e7df3273b712" class="list"> Game </a>
<a href="https://quackathon.glitch.me/" class ="list"> Hole of Problems </a>
<a href="https://popcode.org/?snapshot=becf85dc-9eb8-40c0-9505-f940a26adbc0" class="list"> Pizzeria</a>
<a href="https://popcode.org/?snapshot=96b4903f-0b93-4f64-97ff-e11c3ce0b9b6" class="list"> Basketball counter </a>
<a href="https://andresscripted.github.io/fanpage/" class="list"> FanPage </a>
<a href="https://andresscripted.github.io/crackthesafe/" class="list"> Crack The Safe Game </a>
<a href="https://andresscripted.github.io/tictactoe/" class="list"> Tic Tac Toe</a>
<a href="https://andresscripted.github.io/playlist/" class="list"> Playlist </a>
<a href="https://andresscripted.github.io/ChooseYourOwnAdventure/" class="list"> Chose Your Own Adventure </a>
<a href="https://team-a-theworld.glitch.me/" class="list"> 2019 CodeNation Hackathon </a>
<a href="https://andresscripted.github.io/ClientProject/" class="list"> Rick and Morty Client Project </a>
<p class="list"> </p>
<img src="coming-soon-gif-2.gif">
</body>
</html>