-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
85 lines (76 loc) · 2.77 KB
/
work.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
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=M, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Righteous&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/634b8706ea.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="style.css" />
<title>mwh</title>
</head>
<body>
<section id="work" class="workSection">
<a href="#landing-page"><h2>WORK</h2></a>
<section class="workSectionContent">
<section class="sketch1">
<a href="https://marianawest.github.io/moonEclipse/" target="_blank"
><img src="assets/moon.gif"></a>
<h3>Moonify</h3>
<p>A web app that transforms randomly fetched images into a series of little moon shapes</p>
<p>JavaScript</p>
</section>
<section class="workSectionContent">
<section class="sketch1">
<a href="https://github.com/marianaWest/myCellar" target="_blank"
><img src="assets/myCellar.gif"
/></a>
<h3>My Cellar</h3>
<p>A web app that allows a wine collector to control his stock</p>
<p>MongoDB | Express | EJS | Node.js</p>
</section>
<section class="mupalavra">
<a href="https://mupalavra.cyclic.app/game" target="_blank"
><img src="assets/mupalavra.gif"
/></a>
<h3>Mupalavra</h3>
<p>An educational game based on Wordle.</p>
<p>JS | HTML | CSS</p>
</section>
<section class="sketch1">
<a href="https://artivistdao.org/" target="_blank"
><img src="assets/Artivist.PNG"
/></a>
<h3>Artivist</h3>
<p>
Landing page for the Artivist DAO, a web3 platform that will connect
artists and NGOs
</p>
<p>HTML | CSS</p>
</section>
<section class="tiaBiscoiteira">
<a
href="https://marianawest.github.io/tiaBiscoiteira/"
target="_blank"
><img src="assets/tiaBiscoiteira.gif"
/></a>
<h3>Tia Biscoiteira</h3>
<p>A delicious website for a Brazilian pastry maker</p>
<p>HTML | CSS</p>
</section>
</section>
<section class="arrow">
<a href="index.html"><i class="fa-solid fa-arrow-left fa-3x"></i></a>
</section>
</section>
</body>
</html>