-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
96 lines (95 loc) · 3.9 KB
/
home.html
File metadata and controls
96 lines (95 loc) · 3.9 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
<!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>xev</title>
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="all.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@300;400;500;600;700;900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/8651e6ce54.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="c2" class="top-box">
</div>
<div class="first-cont">
<div class="left">
<h1>Xevalia</h1>
<p>Hiya! The name's xevalia, I'm a hobbyist UI/UX designer with a Little over a year of experience. <span>Love you.</span></p>
<div class="skills">
<div class="cool">
<p>UI/UX</p>
<p>Front-end</p>
<p>Web design</p>
</div>
<img src="images/profil.png" alt="face">
</div>
<a href="#projects">Check out my work...<i class="fa-solid fa-angle-down"></i></a>
</div>
<div class="right">
<img src="images/profil.png" alt="face">
</div>
</div>
<div id="projects" class="projects">
<div class="top">
<div class="left">
<h1><span>Web </span>design</h1>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Pellentesque congue est
vitae justo ultrices, id molestie lectus
venenatis. Aliquam ac.</p>
</div>
<img src="/images/cool – 1.png" alt="cool">
<img src="/images/cool – 3.png" alt="cool">
<div class="right">
<h1><span>Cool </span>design</h1>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Pellentesque congue est
vitae justo ultrices, id molestie lectus
venenatis. Aliquam ac.</p>
</div>
</div>
</div>
<div class="skilcontain">
<h1>My <span>skills</span></h1>
<div class="skils">
<div class="first skill">
<img src="/images/css.png" alt="css">
<section>
<h1>CSS</h1>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Pellentesque congue est
vitae justo ultrices, id molestie lectus
venenatis. Aliquam ac.</p>
</section>
</div>
<div class="second skill">
<img src="/images/html5-logo-9.png" alt="css">
<section>
<h1>HTML</h1>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Pellentesque congue est
vitae justo ultrices, id molestie lectus
venenatis. Aliquam ac.</p>
</section>
</div>
<div class="third skill">
<img src="/images/pngwing.com.png" alt="css">
<section>
<h1>JS</h1>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Pellentesque congue est
vitae justo ultrices, id molestie lectus
venenatis. Aliquam ac.</p>
</section>
</div>
</div>
</div>
<footer id="c1"></footer>
<script src="all.js"></script>
<script src="home.js"></script>
</body>
</html>