-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (63 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Souvanxay Luangsouvannavong</title>
<link rel="stylesheet" href="styles/pages/homepage.css">
<link rel="stylesheet" href="styles/shared/general.css">
<link rel="stylesheet" href="styles/shared/header.css">
<link rel="icon" href="images/favicon.png" type="image/png">
</head>
<body>
<header class="header">
<div class="left-side">
<a href="index.html" class="home-link link">Home</a>
<a href="aboutme.html" class="aboutme-link link">About Me</a>
<a href="projects.html" class="projects-link link">Projects</a>
</div>
<div class="middle-side">
<a href="index.html"><img class="mylogo" src="images/sl_logo.png" alt="sl-logo"></a>
</div>
<div class="right-side">
<a href="https://www.linkedin.com/in/souvanxay-luangsouvannavong-6ab9ba243/" target="_blank">
<img class="link-to" src="images/linkedin.png" alt="LinkedIn">
</a>
<a href="https://github.com/Got17" target="_blank">
<img class="link-to" src="images/github.png" alt="GitHub">
</a>
<a href="https://www.facebook.com/got.lsvnv" target="_blank">
<img class="link-to" src="images/facebook.png" alt="Facebook">
</a>
</div>
</header>
<div class="home">
<div class="home-left-side">
<div class="hello">Hello world!</div>
<div class="myname">I'm Souvanxay <br> Luangsouvannavong</div>
<div class="status">- Computer Engineering student</div>
<div class="rectangle-background"></div>
<div class="brief-intro">A passionate Computer Engineering student aspiring to become a skilled Frontend Developer, dedicated to creating engaging and user-friendly web experiences.</div>
<div class="contact-container">
<div class="phone-section contact">
<img src="images/phone_icon.png" alt="phone icon" class="phone-icon">
<div class="phone-number">+36 70 734 5987</div>
</div>
<div class="email-section contact">
<img src="images/email_icon.png" alt="email icon" class="email-icon">
<div class="email-address">[email protected]</div>
</div>
</div>
</div>
<div class="home-right-side">
<img class="profile-picture" src="images/profile_sample.png" alt="Profile Picture">
<a href="projects.html" class="button-to-projects">
<div class="button-text">View My Work</div>
<button class="button-arrow">
<img class="arrow-image" src="images/arrow.png" alt="Arrow">
</button>
</a>
</div>
</div>
</body>
</html>