-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (80 loc) · 3.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<title>My Webpage</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- Javascript -->
<script src="script.js"></script>
<!-- head of the website -->
<div class="header" id="Home">
<nav>
<div id="ch">
<h5><i class="uil uil-heart"></i> <a style="text-decoration: none; color:black" href="index.html">chaïma</a> <i
class="uil uil-heart"></i></h5>
</div>
<ul class="highlight">
<!-- buttons -->
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">
<i class="uil uil-home"></i>Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hobby.html">
<i class="uil uil-books"></i>Hobby
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="skills.html">
<i class="uil uil-file-shield-alt"></i>Skills
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">
<i class="uil uil-message"></i>Contact
</a>
</li>
</ul>
</nav>
</div>
<!-- Center of the website -->
<section>
<div class="center">
<h4>Hello my name is</h4>
<h1>Feddane Chaïma</h1>
<p>I'm 20 years old, student of computer science Junior Graduate <br>Bachelor in university Benyoucef Benkhedda in
Algeria.</p>
<a href="#habta" class="home__scroll-button button--flex">
<i class="uil uil-mouse-alt-2 home__scroll-mouse"></i>
<span class="home__scroll-name">scroll down</span>
<i class="uil uil-arrow-down home__scroll-arrow"></i>
</a>
<div class="images">
<img src="Chaima.JPG" alt="chaima">
</div>
</div>
</section>
<!-- scroll up button -->
<a href="#" class="scrollup" id="scroll-up">
<i class="uil uil-arrow-up scrollup_icon"></i>
</a>
<div class="end" >
<h5 style="text-align:center;">What motivate me to work hard</h5>
<div class="pra" id="habta">
<p><i class="ri-send-plane-2-line"></i> The presence of my other half, a good partner.</p><br>
<p><i class="ri-send-plane-2-line"></i> Being a perfect girl.</p><br>
<p><i class="ri-send-plane-2-line"></i> Create small, bite-sized goals, i feel like i'm marking progress in my journey.</p><br>
<p><i class="ri-send-plane-2-line"></i> Celebrate wins, you need more wins in your life.</p><br>
</div>
</div>
</body>
</html>