-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (84 loc) · 3.54 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maryam Mosstoufi</title>
<link rel="shortcut icon" href="images/favicon.png" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6b935dbda2.js" crossorigin="anonymous"></script>
<!-- Styles -->
<link href="style/index.css" rel="stylesheet">
</head>
<body>
<header>
<div class="flex-row flex-align-items-center flex-wrap">
<a href="index.html" class="grid-1-1 grid-2-5-l logo">
<div class="flex-row flex-align-items-center">
<div class="logo-mark uk-flex">
<span class="bar-one"></span>
<span class="bar-two"></span>
<span class="bar-three"></span>
</div>
<div>
<h2>Maryam Mosstoufi</h2>
</div>
</div>
</a>
<div class="grid-1-1 grid-4-5-l">
<nav class="flex-row flex-justify-flex-end">
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</div>
</header>
<section class="hero">
<h1>. Branding . Design . UI/UX . <span class="hidden-m"><br>. </span>Development .</h1>
<a href="projects.html">My Projects</a>
</section>
<section class="projects-list">
<div class="flex-row flex-wrap">
<a href="#" class="grid-1-1 grid-1-2-s grid-1-3-m flex-column flex-align-items-center">
<img src="images/zaroma.svg" alt="Zaroma"/>
<h3>Zaroma</h3>
</a>
<a href="#" class="grid-1-1 grid-1-2-s grid-1-3-m flex-column flex-align-items-center">
<img src="images/powerpetz.svg" alt="Power Petz"/>
<h3>Power Petz</h3>
</a>
<a href="#" class="grid-1-1 grid-1-2-s grid-1-3-m flex-column flex-align-items-center">
<img src="images/zooxoos.svg" alt="ZOOXOOS"/>
<h3>ZOOXOOS</h3>
</a>
<a href="#" class="grid-1-1 grid-1-2-s grid-1-3-m flex-column flex-align-items-center">
<img src="images/statexperts.svg" alt="Stat Experts"/>
<h3>Stat Experts</h3>
</a>
<a href="#" class="grid-1-1 grid-1-2-s grid-1-3-m flex-column flex-align-items-center">
<img src="images/2020.svg" alt="20/20 Design & Construction"/>
<h3>20/20 Design & Construction</h3>
</a>
<a href="#" class="grid-1-1 grid-1-2-s grid-1-3-m flex-column flex-align-items-center">
<img src="images/woomoo.svg" alt="Woo MOO"/>
<h3>Woo Moo</h3>
</a>
</div>
</section>
<footer>
<div class="flex-row flex-justify-center contact">
<a href="contact.html">Contact Me</a>
</div>
<div class="flex-row flex-justify-center social">
<a href="https://linkedin.com/in/maryammosstoufi/" target="-blank" alt="linkedin"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/MaryamMosstoufi" target="-blank" alt="github"><i class="fab fa-github-square"></i></a>
<a href="https://twitter.com" target="-blank" alt="twitter"><i class="fab fa-twitter-square"></i></a>
<a href="https://dribbble.com" target="-blank" alt="dribbble"><i class="fab fa-dribbble-square"></i></a>
<a href="https://behance.com" target="-blank" alt="behance"><i class="fab fa-behance-square"></i></a>
</div>
</footer>
</body>
</html>