-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnect.html
More file actions
54 lines (53 loc) · 2.4 KB
/
connect.html
File metadata and controls
54 lines (53 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Dustin La">
<meta property="og:description" content="Connect with Me !">
<meta property="og:image" content="https://i.imgur.com/waGT4SD.png">
<title>Dustin La - Connect with Me !</title>
<!-- Favicon -->
<link rel="icon" href="images/WebsiteLogo.png" type="image/x-icon" />
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class = "profilePicture">
<img src="images/profileImg.jpg" alt="profilePicture">
</div>
<div class = "section" style = "margin-bottom: -3vh;">
<div id = "intro">
<p>
Hi! My name is Dustin La. Nice to meet you :)
</p>
</div>
</div>
<div id="links">
<a class="link" href="https://www.instagram.com/dustn.la" target="_blank">
<i class="fab fa-instagram"> </i>Instagram
</a>
<a class="link" href="https://www.snapchat.com/add/dustin_la?share_id=71t_G1CjtGs&locale=en-US" target="_blank">
<i class="fab fa-snapchat"> </i>Snapchat
</a>
<a class="link" href="https://www.linkedin.com/in/dustin-la" target="_blank">
<i class="fab fa-linkedin"> </i>Linkedin
</a>
<a class="link" href="https://github.com/dustinlaa" target="_blank">
<i class="fab fa-github"> </i>Github
</a>
<a class="link" href="https://dustinlaa.github.io/" target="_blank">
Website
</a>
<a class="link" href="https://devpost.com/drl3?ref_content=user-portfolio&ref_feature=portfolio&ref_medium=global-nav" target="_blank">
Devpost
</a>
</div>
<div id ="gif">
<img src="images/pusheencomputer2.gif">
</div>
</body>
</html>