-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (167 loc) · 8.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="My portfolio">
<meta name="keywords" content="skills, achievements, summary">
<meta name="author" content="Seffai Ahmed Yacine">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seffai Yacine | CS student</title>
<link rel="stylesheet" href="style.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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/783c18d3f3.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/ico" href="favicon.ico">
</head>
<body>
<!-- Header Section -->
<div id="header">
<div class="container">
<nav>
<!-- Logo -->
<a href="#" class="logo">S<span class="A">A</span>Y</a>
<!-- Navigation Menu -->
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#Thoughtes">Thoughts</a></li>
<li><a href="#Skills">Skills</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- Header Text -->
<div id="Home">
<div class="header-text">
<p>UI/UX Designer</p>
<h1>Hi, I'm <span>Yacine</span><br>Seffai from Algeria<span>.</span></h1><br>
</div>
</div>
</div>
<!-- About Section -->
<div id="about">
<div class="container2">
<div class="row">
<div class="about-col1">
<img src="esi24.jpg" alt="Photo" height="500px" id="photo">
</div>
<div class="about-col2">
<h1>About <span>Me.</span></h1>
<p>Hello, I am a second-year student at <span>ESI Algiers</span>. I am a person who's excited to continue learning and growing in the computer science field,and I really want to develop my soft skills to be a better person. I aim to discover new opportunities to challenge myself and expand my skill set, become more productive, and live a life that is truly worth living.</p>
<br>
<button type="button" class="box"><a href="#Contact">Contact me </a></button>
</div>
</div>
</div>
</div>
<!-- Thoughts Section -->
<div id="Thoughtes">
<div class="Thoughts1">
<h1>Thou<span>gh</span>ts<span>.</span>
</div>
<div class="lin"></div>
<div class="thoughtcore">
<p>Outside of my studies, I am a guy who loves nature. I am also interested in <span>music</span> and aim to become a musician one day <?xml version="1.0" encoding="utf-8"?>
.Additionally, I enjoy solving <span>math</span> problems and exploring the fascinating theories in this field, which truly excites me. Finally, I love reading manga, especially those focused on self-development and thought-provoking themes like <span>Vagabond</span> and <span>Vinland Saga.</span></p>
<span> <p class="df">No man ever steps in the same river twice, for it's not the same river and he's not the same man.
<br> ,,     from Vagabond.</p>
</p> </span>
</div>
</div>
<div id="Skills">
<h1>Sk<span>il</span>ls</h1>
<div class="lin3"></div>
</div>
<div class="skills">
<div class="pg">
<h1>C </h1>
<h1> js</h1>
<h1>python</h1>
<h1>html&Css</h1>
</div>
<div class="outer">
<div class="inner">
</div>
<div class="programing-lan">
<svg class="csvg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px" >
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#50C9C3" />
<stop offset="100%" stop-color="#1CD8D2" />
</linearGradient>
</defs>
<circle class="cc" cx="100" cy="100" r="90" stroke-linecap="round" />
</svg>
<div id="NUmberC">80%</div>
<svg class="jssvg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px" >
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#50C9C3" />
<stop offset="100%" stop-color="#1CD8D2" />
</linearGradient>
</defs>
<circle class="cjs" cx="100" cy="100" r="90" stroke-linecap="round" />
</svg>
<div id="NUmberjs">50%</div>
<svg class="pysvg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px" >
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#50C9C3" />
<stop offset="100%" stop-color="#1CD8D2" />
</linearGradient>
</defs>
<circle class="cpy" cx="100" cy="100" r="90" stroke-linecap="round" />
</svg>
<div id="NUmberpy">60%</div>
<svg class="htsvg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px" >
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#50C9C3" />
<stop offset="100%" stop-color="#1CD8D2" />
</linearGradient>
</defs>
<circle class="cht" cx="100" cy="100" r="90" stroke-linecap="round" />
</svg>
<div id="NUmberht">80%</div>
</div>
</div>
<br><br><br><br><br>
<h2 class="Soft"> <span>Soft</span> Skills <span>:</span></h2>
<div class="lin4"></div>
<div class="abili">
<h3> <span class="dot">.</span><span>C</span>ommunication</h3>
<h3> <span class="dot">.</span><span>A</span>daptability</h3>
<h3><span class="dot">.</span><span>D</span>ependability</h3>
<h3><span class="dot">.</span><span>G</span>rowth Mindset</h3>
</div>
<div class="abilit1">
<h3> <span class="dot">.</span><span>A</span>nalytical Thinking</h3>
<h3> <span class="dot">.</span><span>I</span>ntegrity</h3>
<h3><span class="dot">.</span><span>S</span>tress Management</h3>
<h3><span class="dot">.</span><span>L</span>ogical Reasoning</h3>
</div>
<div id="Contact"><h1><span>Co</span>ntact <span></span> <svg fill=" #1CD8D2" version="1.1" class="em" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 32 32" xml:space="preserve">
<path d="M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M19,12c0-0.6,0.4-1,1-1s1,0.4,1,1v4c0,0.6-0.4,1-1,1
s-1-0.4-1-1V12z M11,12c0-0.6,0.4-1,1-1s1,0.4,1,1v4c0,0.6-0.4,1-1,1s-1-0.4-1-1V12z M21.9,19.8C20.3,21.2,18.2,22,16,22
s-4.3-0.8-5.9-2.2c-0.4-0.4-0.5-1-0.1-1.4c0.4-0.4,1-0.5,1.4-0.1c1.3,1.1,2.9,1.8,4.6,1.8s3.3-0.6,4.6-1.8c0.4-0.4,1-0.3,1.4,0.1
C22.4,18.8,22.4,19.4,21.9,19.8z"/>
</svg></h1>
<div class="lin2"></div>
<p class="end">it's my pleasure to give me your opinon about this project.</p>
</div>
<span class="icons">
<a href="https://www.instagram.com/seffaiyacine19/" id="insta" target="_blank"><i class="fa-brands fa-instagram fa-3x" target="_blank"></i></a>
<a href="https://www.facebook.com/profile.php?id=100091972086764&locale=fr_FR" id="facebook" target="_blank"> <i class="fa-brands fa-facebook fa-3x" target="_blank"></i></a>
<a href="https://x.com/YSeffai" id="insta" target="_blank"><i class="fa-brands fa-x-twitter fa-3x"></i></a>
<a href="https://github.com/yacineseff" id="git" target="_blank"> <i class="fa-brands fa-github fa-3x"></i></a>
<a href="mailto:[email protected]" id="mail"><i class="fa-solid fa-envelope fa-3x"></i></a>
</span>
<div class="cursor-dot" data-cursor-dot></div>
<div class="cursor-outline" data-cursor-outline></div>
<!-- JavaScript File -->
<script src="main.js"></script>
</body>
</html>