-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (198 loc) · 8.18 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
<!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>Portfolio</title>
<link rel="stylesheet" href="css/leon.css">
<link rel="stylesheet" href="css/all.min.css">
<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=Work+Sans:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<i class="fa-solid fa-circle-up up"></i>
<div class="header">
<div class="container">
<img class="logo" src="images/logo.png" alt="">
<div class="links">
<span onclick="handleClick()" class="icon">
<span></span>
<span class="span2"></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>
</div>
</div>
</div>
<div class="landing">
<div class="intro-text">
<h1>Hello There</h1>
<p></p>
</div>
</div>
<div class="features">
<div class="container">
<div class="feat">
<i class="fa-solid fa-bolt"></i>
<h3>Tell us Your Idea</h3>
<p>Your idea is essential to help us build perfect websites .</p>
</div>
<div class="feat">
<i class="fa-solid fa-desktop"></i>
<h3>We Will Do All The Work</h3>
<p>You can take a rest and we will do all the work for you .</p>
</div>
<div class="feat">
<i class="fa-solid fa-code"></i>
<h3>Your Product is WorldWide</h3>
<p>We are happy to share with you your projects .</p>
</div>
</div>
</div>
<div class="services" id="services">
<div class="container">
<h2 class="special-heading">Services</h2>
<p>Don't be busy, be productive</p>
</div>
</div>
<section class="one">
<img src="images/icons8-html-5.svg" alt="">
<div>It was the first language I leant from Sololearn then with Elzero Web School.</div>
<div class="progress">
<span style="width: 0" data-width="90%"></span>
</div>
<img src="images/icons8-css3.svg" alt="">
<div>It was amazing to learn this language from Elzero Web School because really it's the best Channel.</div>
<div class="progress">
<span style="width:0" data-width="80%"></span>
</div>
<img src="images/icons8-sass.svg" alt="">
<div>This language is porwerful , it's simple and flexible.</div>
<div class="progress">
<span style="width: 0" data-width="60%"></span>
</div>
<img src="images/icons8-javascript.svg" alt="">
<div>I made few projects with javascript including the StopWatch and the calculator.</div>
<div class="progress">
<span style="width: 0" data-width="70%"></span>
</div>
<img src="images/icons8-typescript.svg" alt="">
<div>This language makes javascript more powerful and more controlled.</div>
<div class="progress">
<span style="width: 0" data-width="40%"></span>
</div>
<img src="images/icons8-react-native.svg" alt="">
<div>It was heavy to implement React in some projects because it was new for me but you can see my projects such as the typing game .</div>
<div class="progress">
<span style="width: 0" data-width="50%"></span>
</div>
</section>
<div class="nums">
<div class="container">
<div class="num" data-goal="500">0</div>
<div class="text">Projects</div>
</div>
<div class="container">
<div class="num" data-goal="300">0</div>
<div class="text">Clients</div>
</div>
<div class="container">
<div class="num" data-goal="200">0</div>
<div class="text">Companies</div>
</div>
</div>
<div class="portfolio" id="portfolio">
<div class="container">
<h2 class="special-heading">Portfolio</h2>
<p>If you do it right, it will last forever.</p>
<div class="portfolio-content">
<div class="card">
<img src="" alt="">
<div class="info">
<h3><a href="https://bilelsalem2020.github.io/timer-stopWatch/">StopWatch</a></h3>
<p>it was made by pure JavaScript</p>
</div>
</div>
<div class="card">
<img src="" alt="">
<div class="info">
<h3><a href="https://bilelsalem2020.github.io/calculator/">Calculator</a></h3>
<p>it was also made by JavaScript</p>
</div>
</div>
<div class="card">
<img src="" alt="">
<div class="info">
<h3><a href="https://62fce90c5bc7f6083e09515c--heroic-pavlova-9bbe76.netlify.app/">TypingGame</a></h3>
<p>it was made by React</p>
</div>
</div>
<div class="card">
<img src="" alt="">
<div class="info">
<h3><a href="https://62fce368dcd27d03c7bc94ed--tourmaline-tiramisu-7b3cf7.netlify.app/">MemoryGame</a></h3>
<p>it was also made by React</p>
</div>
</div>
</div>
</div>
</div>
<div class="about" id="about">
<div class="container">
<h2 class="special-heading">About</h2>
<p>Less is more work</p>
<div class="about-content">
<div class="text">
<p>
My fullname is Bilel Salem , I 21 years old , Iam hooked on web developemnt ,
</p>
<hr>
<p>
if you notice any problem or if you can add anything to this portfolio to be nicer you are welcome and i will be pleased;
</p>
</div>
</div>
</div>
</div>
<!-- start contact -->
<div class="contact" id="contact">
<div class="container">
<h2 class="special-heading">Contact</h2>
<p>We are Here</p>
<div class="info">
<p class="label">Feel free to drop us a line at :</p>
<a href="mailto:bilelsalem2019@gmail.com?subject=Contact" class="link">bilelsalem2019@gmail.com</a>
<div class="social">
Find us on Social Networks
<a href="https://www.facebook.com/" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://twitter.com/bilelsalem2020" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/bilel-salem-0a6116244/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://www.github.com/bilelsalem2020" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<!-- end contact -->
<!-- start footer -->
<div class="footer">
© 2022 <span>Bilel Salem</span> All Rights Reserved
</div>
<!-- end footer -->
<script src="app.js"></script>
</body>
</html>