-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (104 loc) · 4.53 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
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="https://res.cloudinary.com/phonerefer/image/upload/v1575096088/ve0o2n85nfvgdatgqer2.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#343a40" />
<meta
name="description"
content="Links To My Accounts | Developed By - Dr. T"
/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Links - Dr. T</title>
<style>
body{
background-color: #faf8ef;
}
h5{
color: #343a40;
}
.name{
color: #343a40;
}
.love{
color: #343a40 !important;
}
/*----------------- Mail-------------------- */
#email{
text-decoration: none;
float: right;
color:#343a40;
}
.footer{
margin-top: 5% !important;
margin-bottom: 10px;
}
@media (max-width: 479px) {
.footer{
margin-top: 35% !important;
}
}
</style>
</head>
<body>
<div class="container">
<div class="media mt-5">
<img src="https://res.cloudinary.com/phonerefer/image/upload/v1575096088/ve0o2n85nfvgdatgqer2.jpg" class="m-3" alt="image" width="75px" height="75px">
<div class="media-body m-2">
<h5 class="align-items-center mt-2">Dr. T</h5>
<p>Hello!
I am (Dr. T)
AuDHD Dude based in (Stargate City), (USA).</p>
</div>
</div>
<div class="mt-4">
<h1>Passing for Neurotypical</h1>
<a href="https://www.instagram.com/passing_for_neurotypical">Instagram passing_for_neurotypical</a>
<br>
<a href="https://www.threads.net/@passing_for_neurotypical">Threads passing_for_neurotypical</a>
<br>
<a href="https://www.threads.net/@passing_for_neurotypical">BlueSKy passing_for_neurotypical</a>
<br>
<a href="https://www.threads.net/@passing_for_neurotypical">Twitter/X passing_for_neurotypical</a>
<br>
<a href="https://www.threads.net/@passing_for_neurotypical">Twitch passing_for_neurotypical</a>
<br>
<a href="https://www.youtube.com/@passing_for_neurotypical">YouTube passing_for_neurotypical</a>
<br>
<a href="https://www.tiktok.com/@passing_for_neurotypical">TikTok passing_for_neurotypical</a>
<br>
<h1>Reluctantly Embrace AI</h1>
<a href="https://www.instagram.com/satorukimuru">Instagram Satoru Kimuru</a>
<br>
<a href="https://www.threads.net/@satorukimuru">Threads Satoru Kimuru</a>
<br>
<a href="https://www.youtube.com/@reluctantly_embrace_ai">YouTube Satoru Kimuru</a>
<br>
<a href="https://www.tiktok.com/@reluctantly_embrace_ai">TikTok Satoru Kimuru</a>
<br>
<!-- <a href="#" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fab fa-instagram"> </i>passing_for_neurotypical</a> s
<br>
<a href="#" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fab fa-instagram"> </i>passing_for_neurotypical</a>
<br>
<a href="#" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fab fa-instagram"> </i>Instagram</a>
<br>
<a href="#" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fab fa-instagram"> </i>Instagram</a>
<br>
<a href="#" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fab fa-twitter"> </i>Twitter</a>
<br>
<a href="#" class="btn btn-outline-dark btn-block" role="button" target="_blank"><i class="fa fa-code"> </i>Company Site</a>-->
</div>
<!--------------------Footer---------------------------->
<div class="footer mt-5">
<hr/>
Want to collaborate or send me a message outside of social media? Email me at:
<a href="mailto:passing.for.neurotypical@gmail.com">
passing.for.neurotypical@gmail.com
</a>
</h6>
</div>
</div>
</body>
</html>