-
Notifications
You must be signed in to change notification settings - Fork 0
/
works.html
193 lines (193 loc) · 6.27 KB
/
works.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Mahsa Ghezel, her work page." />
<title>Mahsa Ghezel-Works</title>
<link rel="stylesheet" href="/styles/style.css" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
crossorigin="anonymous"
/>
<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=Merriweather:ital,wght@0,700;1,400&family=Pangolin&family=Roboto&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"
/>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="/">MahsaGhezel</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="/works.html">Works</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="works-hero container-fluid pt-5 pb-5">
<h1 class="mb-3">Take a look at what I've been working on!</h1>
<div
class="container row d-sm-flex justify-content-evenly align-items-center p-2 mt-2"
>
<div class="col-sm-6">
<img
class="img-fluid rounded"
src="images/creative.png"
alt="Be Creative Site"
/>
<h3 class="text-center mt-4">
<a
class="works-link"
href="https://becreativewithmahsa.netlify.app/"
target="_blank"
title="Go to Be Creative Site"
>
BeCreative
</a>
</h3>
<p class="works-description">Built with HTML, CSS, Bootstrap</p>
</div>
<div class="col-sm-6">
<img
class="img-fluid rounded"
src="images/newsletter.png"
alt="Be Creative Site"
/>
<h3 class="text-center mt-4">
<a
class="works-link"
href="https://newslettersignupform.netlify.app/"
target="_blank"
title="Go to Newsletter Form Site"
>Newsletter Signup</a
>
</h3>
<p class="works-description">Built with HTML, CSS, JavaScript</p>
</div>
</div>
<div
class="container row d-sm-flex justify-content-evenly align-items-center p-2 mt-2"
>
<div class="col-sm-6">
<img
class="img-fluid rounded"
src="images/todolist.png"
alt="ToDoList"
/>
<h3 class="text-center mt-4">
<a
class="works-link"
href="https://github.com/ghezel1995/todolist"
target="_blank"
title="You can download the file and test it!"
>ToDoList</a
>
</h3>
<p class="works-description">
Built with HTML, CSS, JavaScript, ReactJS, React/Redux
</p>
</div>
<div class="col-sm-6">
<img
class="img-fluid rounded"
src="images/weather.png"
alt="Online weather app"
/>
<h3 class="text-center mt-4">
<a
class="works-link"
href="https://weatherwithvanillajs.netlify.app/"
target="_blank"
title="Go to Weather App Site"
>
Weather App
</a>
</h3>
<p class="works-description">built with HTML, CSS, JavaScript</p>
</div>
</div>
</div>
<div class="about-footer container-fluid">
<div class="container d-md-flex justify-content-between p-3">
<div class="contact-mail">
<h4>Contact me:</h4>
<p>mahsa.ghezel.1995@gmail.com</p>
<p>
This page was coded by Mahsa Ghezel and it's
<span>
<a
href="https://github.com/ghezel1995/week-four-portfolio"
class="github-link"
title="Go to download the code"
target="_blank"
>
open-source
</a>
</span>
</p>
</div>
<div class="icons">
<a
href="https://www.instagram.com/themahsamahsa"
title="my instagram"
target="_blank"
><i class="bi bi-instagram"></i
></a>
<a
href="https://github.com/ghezel1995"
title="my github"
target="_blank"
><i class="bi bi-github"></i
></a>
<a
href="https://www.linkedin.com/in/mahsaghezel"
title="my linkedin"
target="_blank"
><i class="bi bi-linkedin"></i
></a>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/56c6266545.js"
crossorigin="anonymous"
></script>
</body>
</html>