-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (102 loc) · 3.04 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
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Asarel Castellanos</title>
<link rel="icon" type="image/png" href="./assets/favicon/link.png " />
<link rel="stylesheet" href="./css/styles.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Profile Card -->
<div class="profileCard">
<img
id="profilepicture"
src="./assets/img/profilepicture.jpeg"
alt="Profile Picture"
/>
<p>Asarel Castellanos</p>
</div>
<!-- Links -->
<div class="links">
<p>Important Causes!</p>
<a target="_blank" href="https://blacklivesmatters.carrd.co/"
>Support the Black Lives Matter movement!</a
>
<a target="_blank" href="https://gf.me/u/yfsdfk"
>Help Nathan Wolski Walk Again!</a
>
<a
target="_blank"
href="https://sheet2site.com/api/v3/index.php?key=1TjrLpEmN3TQou2chReejTX6n9csf7yVsvZXs8Ok5kVs&g=1"
>In-Person Classes for International Students</a
>
<p>Check these out!</p>
<a target="_blank" href="https://asarelcastellanos.com/"
>Personal Website</a
>
<a
target="_blank"
href="https://github.com/AsarelCastellanos?tab=repositories"
>Github Projects</a
>
</div>
<!-- Social Icons -->
<div class="socials">
<p>Follow Me On:</p>
<a target="_blank" href="https://www.facebook.com/asarelcastellano"
><img
id="facebook"
class="icons"
src="./assets/social_icons/facebook.png"
alt="Facebook"
/></a>
<a target="_blank" href="https://instagram.com/asarelcastellanos">
<img
id="instagram"
class="icons"
src="./assets/social_icons/instagram.png"
alt="Instagram"
/></a>
<a target="_blank" href="https://twitter.com/asarelathome">
<img
id="twitter"
class="icons"
src="./assets/social_icons/twitter.png"
alt="Twitter"
/></a>
<a target="_blank" href="https://www.snapchat.com/add/asarel_c">
<img
id="snapchat"
class="icons"
src="./assets/social_icons/snapchat.png"
alt="Snapchat"
/></a>
<a
target="_blank"
href="https://www.youtube.com/channel/UCpTmOmx4mJlwgxRLWp5NqZg?view_as=subscriber"
>
<img
id="youtube"
class="icons"
src="./assets/social_icons/youtube.png"
alt="Youtube"
/></a>
<a
target="_blank"
href="https://www.linkedin.com/in/asarel-castellanos-272980165/"
>
<img
id="linkedin"
class="icons"
src="./assets/social_icons/linkedin.png"
alt="Linkedin"
/></a>
</div>
<!-- Icons made by Freepik: https://www.flaticon.com/authors/freepik" from https://www.flaticon.com/ -->
</body>
</html>