-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
54 lines (41 loc) · 1.57 KB
/
project.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/styles.css">
<meta name="viewport"content="width=device-width">
<title>Projects</title>
</head>
<body>
<div class="div-home">
<a href="index.html">
<button class="back-home" type="button" name="button">
<img class="home-img" src="images/home.png" alt="home icon">
</button>
</a>
</div>
<div class="project-container">
<article>
<h2>Projects</h2>
<hr>
<p><a class="title-project" href="https://adalab.github.io/AuroraProject">Aurora project</a><br>
Collaboration with Kaleidos to create a dashboard obtaining data from the Taiga API. <br>
Tools: HTML5, CSS3, SASS, JavaScript.
</p>
<p><a class="title-project" href="https://adalab.github.io/ADAORBIT/">"Los nuevos habitantes de la España Vacia"</a><br>
Webpage done for MEDIALAB PRADO in the field of data journalism. <br>
Tools: HTML5, CSS3, SASS, JavaScript and J-QUERY.
<p><a class="title-project" href="https://adalab.github.io/Come-Java.s/Comejavas/index.html">
Come-Java.S</a><br>
Mini games project done with JavaScript. <br>
Tools: HTML5, CSS3, and JavaScript.
</p>
<p><a class="title-project" href="https://adalab.github.io/web-take-off-team/">
Take off Team</a><br>
First team project. A collaborative web where you can find a little bit about each team member. <br>
Tools: HTML5 and CSS3.
</p>
</article>
</div>
</body>
</html>