-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (204 loc) · 7.09 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!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" />
<title>oussama chikour</title>
<!-- Main CSS Folder -->
<link rel="stylesheet" href="css/leon.css" />
<!-- Render All The Eements Normally -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/all.min.css" />
<!-- Google Fonts -->
<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=Cairo:wght@600&family=Poppins:ital,wght@0,300;1,300&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<div class="container">
<img class="logo" src="images/ssam.png" alt="logo" />
<nav class="links">
<span class="icon">
<span></span>
<span></span>
<span></span>
</span>
<ul>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- end header -->
<!-- Landing section -->
<div class="landing">
<div class="intro">
<h1>Hello There</h1>
<p>
I am Oussama Mekhaldi - Super Creative Minimal Designer & Web
Developer
</p>
</div>
</div>
<!-- End of landing section -->
<!-- /* start features */ -->
<div class="features">
<div class="container">
<div class="feat">
<i class="fa-solid fa-wand-magic-sparkles fa-3x"></i>
<h3>Tell Me Your Idea</h3>
<p>
I do an one hour meet before we starting the work to discuss your
ideas, improve them and add some helpful features.
</p>
</div>
<div class="feat">
<i class="fa-solid fa-gem fa-3x"></i>
<h3>I Will Do All The Work</h3>
<p>
In the last year i worked in so many project, which improve my
skills and experiences, i will build your web-site or design from 0
to hero.
</p>
</div>
<div class="feat">
<i class="fa-solid fa-earth-africa fa-3x"></i>
<h3>Your Product is Worldwide</h3>
<p>
My work stand with all the new design standers and trends with the
perfect minimalist look.
</p>
</div>
</div>
</div>
<!-- end features -->
<!-- services content start -->
<div class="services" id="services">
<div class="container">
<h2 class="special-heading">Services</h2>
<p>Don't be busy, be productive</p>
<div class="col">
<div class="elem">
<i class="fa-solid fa-palette fa-2x"></i>
<div class="text">
<h3>Graphic Design</h3>
<p>
I can do your visual identity starting from the logo, palette,
typogragraphy to social media post and more
</p>
</div>
</div>
<div class="elem">
<i class="fa-solid fa-meteor fa-2x"></i>
<div class="text">
<h3>UI & UX</h3>
<p>
The UI & UX design is so important for your website or mobile
app and i find it so fun because it's realted to development
</p>
</div>
</div>
<div class="elem">
<i class="fa-solid fa-desktop fa-2x"></i>
<div class="text">
<h3>Front-end Development</h3>
<p>
I'm a computer science student so this is my actual domain and
since i learn UI & UX before i did one more step so i can bring
life to my own designs
</p>
</div>
</div>
</div>
</div>
</div>
<!-- services content end -->
<!-- Portfolio content starts -->
<div class="portfolio">
<div class="container">
<h2 class="special-heading">Portfolio</h2>
<p>If you do it right, it will last forever</p>
<div class="projects">
<div class="card">
<figure>
<img src="/images/Mobile-2.png" alt="Mosta" />
<caption>
<h3>Mosta</h3>
<p>
Mosta is an app concept that i made for my city to develope
the tourists experience on it.
</p>
</caption>
</figure>
</div>
<div class="card">
<figure>
<img src="/images/tshirt gold logo css .jpg" alt="ami meuble" />
<caption>
<h3>Ami Meuble</h3>
<p>
Ami Meuble it's a big furniture company in Algeria and this is
the logo i made for them.
</p>
</caption>
</figure>
</div>
<div class="card">
<figure>
<img src="/images/sognssa post.jpg" alt="ami meuble" />
<caption>
<h3>SogNssa</h3>
<p>
SogNssa is an e-commerce mobile app which provides all woman
needs.
</p>
</caption>
</figure>
</div>
</div>
</div>
</div>
<!-- Portfolio content ends -->
<!-- About content starts -->
<div class="about">
<div class="container">
<h2 class="special-heading">About</h2>
<p>Less is more work</p>
<div class="wessmo">
<div class="image">
<img
src="/images/nasa_292747897_134961819218526_2714871279682726294_n.jpg"
alt="by-nasa"
/>
</div>
<div class="text">
<h4>
My name is Oussama Mekhaldi. Iam 19 years old Computer Science
student based in Algiers, Graphic Design freelancer and mumber in
the design departement of MicroClub.
</h4>
<hr />
<p>
Technology is my passion i love learning about it and understand
how it works, i used to draw when i was a teenager and i switched
to digital things since 2020 i learned Adobe Photoshop,
Illustrator, i really enjoyed Designing so i improve my skills and
I majored UI-UX since i see that it's realated to coding (first
step) so i can mix between a stunning Design and a great code.
</p>
</div>
</div>
</div>
</div>
<!-- About content ends -->
<h1>Test to test the git for the first time, so be chill and good luck</h1>
</body>
</html>