-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
83 lines (73 loc) · 4.21 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Links | DSCAOT</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="assets/js/script.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179174487-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179174487-1');
</script>
</head>
<body>
<i onclick="mostrar(this)" class="fa fa-moon-o fa-2x night_mode"></i>
<img id="userPhoto" src="assets/images/dscaot.jpeg" alt="User Photo" />
<a href="http://dscaot.xyz/" target="_blank" style="text-decoration:none;">
<spam id="userName">Developer Student Clubs - Academy Of Technology</spam>
</a>
<div id="links">
<div>
<a class="link" href="https://www.youtube.com/watch?v=rJGL95QROT0" target="_blank"
style="border-radius: 25px;"><i class="" aria-hidden="true"><i
class="fa fa-grav"></i> Solution Challenge'21 - Info Session <img src="assets/gif/new.gif" alt="New" height="20"/></a>
</div>
<strike>
<a class="link" href="https://dsc.community.dev/events/details/developer-student-clubs-academy-of-technology-presents-android-study-jam-day-3/#/" target="_blank"
style="border-radius: 25px;"><i class="" aria-hidden="true"><i
class="fa fa-android"></i> Android Study Jam - Day 3 </a>
<a class="link" href="https://dsc.community.dev/events/details/developer-student-clubs-academy-of-technology-presents-android-study-jam-day-2/#/" target="_blank"
style="border-radius: 25px;"><i class="" aria-hidden="true"><i
class="fa fa-android"></i> Android Study Jam - Day 2 </a>
<a class="link" href="https://dsc.community.dev/events/details/developer-student-clubs-academy-of-technology-presents-android-study-jams/#/" target="_blank"
style="border-radius: 25px;"><i class="" aria-hidden="true"><i
class="fa fa-android"></i> Android Study Jam - Day 1 </a>
<a class="link" href="https://cloud.withgoogle.com/infrastructure" target="_blank"
style="border-radius: 25px;"><i class="" aria-hidden="true"><i
class="fa fa-google"></i> Tour of Google Infrastructure</a>
<a class="link" href="https://events.withgoogle.com/30daysofgooglecloud/" target="_blank"
style="border-radius: 25px;"><i class="" aria-hidden="true"><i
class="fa fa-cloud"></i> #30DaysofGoogleCloud</a>
<a class="link" href="https://hacktoberfest.digitalocean.com/" target="_blank" style="border-radius: 25px;"><i
class="fa fa-globe"></i> Hacktober Fest 2020</a>
</strike>
</div>
<div class="footer">
<a href="https://www.instagram.com/dscaot" target="_blank">
<i style="line-height: 38px;" class="fa fa-instagram circulo" aria-hidden="true"></i>
</a>
<a href="https://www.facebook.com/dscaot" target="_blank">
<i style="line-height: 38px;" class="fa fa-facebook-f circulo" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/dscaot" target="_blank">
<i style="line-height: 38px;" class="fa fa-twitter circulo" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/dscaot" target="_blank">
<i style="line-height: 38px;" class="fa fa-linkedin circulo" aria-hidden="true"></i>
</a>
<a href="https://www.github.com/dscaot" target="_blank">
<i style="line-height: 38px;" class="fa fa-github circulo" aria-hidden="true"></i>
</a>
</div>
<!-- Javascript -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="index.js"></script>
</body>
</html>