-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsocials.html
118 lines (101 loc) · 3.78 KB
/
socials.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
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--- Metadata --->
<meta name="title" content="AlexMango.tk" />
<meta name="description" content="Welcome to my Website!" />
<meta name="keywords" content="Games programming, University" />
<meta name="author" content="AlexMango" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="http://alexmango.tk/" />
<meta property="og:title" content="AlexMango.tk" />
<meta property="og:description" content="Welcome to my Website!" />
<meta
property="og:image"
content="https://cdn.glitch.global/56855dbd-c685-47e7-8866-0983db1c6655/shirou.png?v=1664809102616"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="http://alexmango.tk/" />
<meta property="twitter:title" content="AlexMango.tk" />
<meta property="twitter:description" content="Welcome to my Website!" />
<meta
property="twitter:image"
content="https://cdn.glitch.global/56855dbd-c685-47e7-8866-0983db1c6655/shirou.png?v=1664809102616"
/>
<link
rel="icon"
href="https://cdn.glitch.global/56855dbd-c685-47e7-8866-0983db1c6655/shirou.png?v=1664809102616"
/>
<title>Contact Me!</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
</head>
<body>
<!-- this is the start of content -->
<div class="topnav" id="myTopnav">
<a href="index.html">Homepage!</a>
<a href="form.html">Suggestions!</a>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Free Cookies!</a>
<a href="work.html">My Work!</a>
<a href="socials.html" class="active">Social media!</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<p></p>
<input type="checkbox" id="switch" />
<div class="switch-btn">
<label for="switch">
<div class="icons">
<span class="material-symbols-rounded"> light_mode </span>
<span class="material-symbols-rounded"> nights_stay </span>
</div>
</label>
</div>
<h1 id="header" style="text-align: justified">
Here are my social media! I'll add more as I decide to make them available
to visitors here!
</h1>
<p id="paragraph">Here's my twitter profile!</p>
<a
class="twitter-timeline"
data-width="device-width"
data-height="600"
data-dnt="true"
data-theme="dark"
href="https://twitter.com/Alex_CorreiaG?ref_src=twsrc%5Etfw"
>Tweets by Alex_CorreiaG</a
>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
<p></p>
<p>Join my discord server for Games Programming!</p>
<iframe
src="https://canary.discord.com/widget?id=960981693483872256&theme=dark"
width="350"
height="500"
allowtransparency="true"
frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
></iframe>
</body>
</html>