-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
163 lines (155 loc) · 6.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style.css">
<title>Zaid Mermam</title>
</head>
<body>
<header>
<meta name="google-site-verification" content="F5Hkq9vPA9MzbT__wIeYF172dI0qDs8D__M6mTMAJDA" />
<a href="#" class="logo">Kazoya</a>
<nav class="navigation">
<a href="#services">SKILLS</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="main">
<div>
<h2>Hello, I'm ZAID<br><span>Game Developer</span></h2>
<h3>I Develop Games, Draw Pixel Art <br>and study</h3>
<a href="#projects" class="main-btn">View my work</a>
<div class="social-icons">
<a href="https://www.reddit.com/u/zaidmermam" class = "redditlink"><i class="fab fa-reddit"></i></a>
<a href="https://github.com/zaidmermam" class = "githublink"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/zaid_mermam" class = "instalink"><i class="fab fa-instagram"></i></a>
<a href="https://discord.gg/sVqcxNeqUm" class = "discordlink"><i class="fab fa-discord"></i></a>
</div>
</div>
</section>
<section class="cards" id="services">
<h2 class="title">SKILLS</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fas fa-edit"></i>
</div>
<div class="info">
<h3>PIXEL ART</h3>
<p>I started drawing and animating pixel art since 2019, and its always a part of my games!</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fas fa-gamepad"></i>
</div>
<div class="info">
<h3>Game Development</h3>
<p>I've been developing games for 4 years! its my favorite hobby and I Use Unity & C# for it</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fas fa-quidditch"></i>
</div>
<div class="info">
<h3>Vector Art</h3>
<p>I do vector art too ! I use inkscape for it</p>
</div>
</div>
</div>
</section>
<section class="projects" id="projects">
<h2 class="title">Projects</h2>
<div class="content">
<div class="project-card">
<div class="project-image">
<img src="images/work1.jpg" />
</div>
<div class="project-info">
<p class="project-category">Game Developement & Pixel Art</p>
<strong class="project-title">
<span>ROBO TROUBLE</span>
<a href="https://kazoya.itch.io/robo-trouble" class="more-details">Game Page</a>
</strong>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/work2.jpg" />
</div>
<div class="project-info">
<p class="project-category">Game Developement & Vector Art</p>
<strong class="project-title">
<span>Unity Arabic Dialogue System</span>
<a href="https://kazoya.itch.io/unity-arabic-dialogue-system" class="more-details">Tool Page</a>
</strong>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/title art.png" />
</div>
<div class="project-info">
<p class="project-category">Game Developement & Pixel Art</p>
<strong class="project-title">
<span> Heads Or Tails: meow edition (Freelancing Gig)</span>
<a href="https://kazoya.itch.io/heads-or-tails" class="more-details">Game Page</a>
</strong>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/vocabs break.png" />
</div>
<div class="project-info">
<p class="project-category">Game Developement & Pixel Art</p>
<strong class="project-title">
<span>Vocabs Break (Product)</span>
<a href="https://picalica.com/go/2629" class="more-details">Product Page</a>
</strong>
</div>
</div>
</div>
</section>
<section class="cards contact" id="contact">
<h2 class="title">Let's Get In touch</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fab fa-discord"></i>
</div>
<div class="info">
<h3>Discord</h3>
<p>Kazoya();#9598</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fas fa-envelope"></i>
</div>
<div class="info">
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<p class="footer-title">Copyrights @ <span>Zaid Mermam</span></p>
</footer>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('zaidmermam', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support Me',
'floating-chat.donateButton.background-color': '#00bfa5',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>