-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-2.html
41 lines (37 loc) · 1.76 KB
/
index-2.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
<!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>Home | Mark Hilton</title>
<link rel="stylesheet" href="/assets/style-2.css">
<link rel="shortcut icon" href="/assets/Images/icon-2.ico type="image/x-icon">
<script src="https://kit.fontawesome.com/388a1f26e9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="card">
<img src="assets/Images/profile-picture-2.webp" alt="Profile Picture">
<h1>Jack Hilton</h1>
<div class="bio">
<p><b>Works</b> at Meta</p>
<p><b>Founder and CEO</b> Hilton Corporations</p>
<p><b>Studied Computer Science and Psychology</b> at Standford University</p>
</div>
<div class="links">
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</div>
<div class="footer">
<nav>
<li><a href="/index-2.html" target="_blank" rel="noopener noreferrer">Home</a></li>
<li><a href="/index.html" target="_blank" rel="noopener noreferrer">Design 2</a></li>
</nav>
<p>Copyright © 2024. All rights are reserved. Designed by <a href="https://eatulrajput.github.io" target="_blank" rel="noopener noreferrer">Atul Rajput</a><br>Images are from <a href="https://www.unsplash.com" target="_blank" rel="noopener noreferrer">unsplash.com</a></p>
</div>
</body>
</html>