-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.html
More file actions
189 lines (186 loc) · 7.52 KB
/
page.html
File metadata and controls
189 lines (186 loc) · 7.52 KB
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
<!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">
<!--Style link-->
<link rel="stylesheet" href="style.css">
<!--Normalizing link-->
<link rel="stylesheet" href="normalize.css">
<!--Font Awesome Link-->
<link rel="stylesheet" href="all.min.css">
<!-- font Style link-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;700;800;900&family=Poppins:wght@700;800;900&display=swap" rel="stylesheet">
<title>Ranim kacem</title>
</head>
<body>
<!--Starting header-->
<div class="header" id="header">
<div class="container">
<a class="logo"> <span class="first-letter">Ranim</span>
<span class="second-letter">Kacem</span></a>
<li class="menu">
<a href="#">
<ul>Home</ul>
</a>
<a href="#about-me">
<ul>About Me</ul>
</a>
<a href="#skills">
<ul>Skills</ul>
</a>
<a href="#certif">
<ul>Certifcations</ul>
</a>
<a href="#contact">
<ul>Contact Me</ul>
</a>
</li>
</div>
</div>
<!--Ending header-->
<!--Starting Landing-->
<div class="landing" id="landing">
<div class="container">
<div class="info">
<div class="landing-title">
<h1> I'am <br>
<span class="mini-tit">Web Developer </span>
</h1>
</div>
<div class="contact-bottom">
<a href="">Contact Me</a>
</div>
</div>
<img src="assets/images/undraw_web_development_0l6v.svg" alt="">
</div>
</div>
<!--Ending Landing-->
<!--Start About Me-->
<div class="about-me" id="about-me">
<h1 class="special-heading">About</h1>
<h2>About Me</h2>
<div class="container">
<div class="personal-image">
<img src="personnel.jpg" class="image-full" id="myimg">
</div>
<div class="about">
<div class="description">
<h3>My Name is <span>Ranim kacem</span></h3>
<p>I'm web Developer.Coding and making Websites is my passion.I'm very dedicated to my work.I enjoy every minute of designing coding websites espacially when i got inspired and I love searshing about things related to Coding I even right
down ideas inspired from researches. While learing to code i take my own notes maybe one day i start teaching and use them. I'm a creative person and i do my job with much love.</p>
</div>
<div class="info">
<div class="item">
Name
<p>Ranim kacem</p>
</div>
<div class="item">
Phone
<p>+21658877383 </p>
</div>
<div class="item">
Country
<p> Mahdia,Tunisia </p>
</div>
<div class="item">
Email
<p>ranimkacem5@gmail.com</p>
</div>
</div>
<div class="education">
Education
<p>third Year in Computer Science degree at </p>
</div>
<div class="icons">
<a href="https://www.facebook.com/ranim.kacem.50"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com/ranim_kacem/"><i class="fa-brands fa-instagram"></i> </a>
<a href="ww.linkedin.com/in/ranim-kacem-60072b204"> <i class="fa-brands fa-linkedin"></i> </a>
</div>
</div>
</div>
</div>
<!--End About Me-->
<!--Start Skills -->
<div class="my-skills" id="skills">
<h1 class="special-heading">Skills</h1>
<h2>Skills</h2>
<div class="container">
<img src="assets/images/undraw_portfolio_feedback_6r17 (1).png" alt="pic">
<div class="skills">
<div class="skill">
<h3>HTML <span>80%</span></h3>
<div class="the-progress">
<span style="width:80%"></span>
</div>
</div>
<div class="skill">
<h3>CSS <span>80%</span></h3>
<div class="the-progress">
<span style="width:80%"></span>
</div>
</div>
<div class="skill">
<h3>JavaScript <span>70%</span></h3>
<div class="the-progress">
<span style="width:70%"></span>
</div>
</div>
<div class="skill">
<h3>SQL <span>70%</span></h3>
<div class="the-progress">
<span style="width:70%"></span>
</div>
</div>
<div class="skill">
<h3>JAVA <span>50%</span></h3>
<div class="the-progress">
<span style="width:50%"></span>
</div>
</div>
</div>
</div>
</div>
<!-- End Skills -->
<!--Start Certifications -->
<div class="my-certifcations" id="certif">
<h1 class="special-heading">Certifications</h1>
<h2>Certifications</h2>
<div class="container">
<img src="https://www.sololearn.com/Certificate/CT-DU78TOH3/png" alt="">
<img src="assets/images/certificat_python.jpg" alt="">
<img src="assets/images/certificat2.jpg" alt="">
</div>
</div>
<!--End Certifications-->
<!--Start Contact Me-->
<div class="contact-me" id="contact">
<div class="container">
<h1>Contact Me </h1>
<div class="info">
<div class="item">
<span> <i class="fa-solid fa-mobile-button"></i> Call me On </span>
<p>+21658661316</p>
</div>
<div class="item">
<span> <i class="fa-solid fa-envelope"></i>Email </span>
<p>ranimkacem5@gmail.com</p>
</div>
<div class="item">
<span> <i class="fa-brands fa-facebook"></i></i> Adress </span>
<p>Mahdia sidii aloune ,Tunisia</p>
</div>
</div>
<div class="clicked-btn">
<a href="ww.linkedin.com/in/ranim-kacem-60072b204">Send me Message </a>
</div>
</div>
</div>
<!--End Contact Me-->
</body>
<script src="React.js"></script>
</html>