forked from mayur-23/CodeByte
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (89 loc) · 4.53 KB
/
index.html
File metadata and controls
104 lines (89 loc) · 4.53 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CodeBytes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- meta -->
<meta name="robots" content="index, follow">
<meta name="keywords"
content="Social Media, Link, Twitter, Reddit, Spotify, GitHub">
<meta name="description" content="Follow on social media!">
<!-- og-embed -->
<meta property="og:type" content="profile">
<meta property="og:title" content="CodeBytes">
<meta property="og:url" content="https://pratikkale.biz">
<meta property="og:image" content="/assets/img/profile.jpeg">
<!-- favicon -->
<link rel="icon" href="assets/img/hi.png">
<!-- css -->
<link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swa">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- js -->
<script src="assets/js/typed.js"></script>
</head>
<body>
<div class="main-wrapper fadein1">
<img id="userPhoto" src="assets/img/logo.png">
<span id="userName">
<span id="name">Code Bytes</span>
<div id="typed-strings">
<span>💻 Event By CodeChef MITAOE 💻</span>
<!-- <span>Linux Enthusiast 🐧.</span>
<span>Technophile 👨💻.</span> -->
</div>
<span id="typedUsername"></span>
</span>
<div id="links">
<!-- <a class="link hvr-grow" href="#" target="_blank">
<i class="fa fa-user" aria-hidden="true"></i>
<span>About me</span>
</a> -->
<a class="link hvr-grow fadein" href="https://forms.gle/Tjkc9hNTzdB3Prnv7" target="_blank">
<!-- <svg role="img" viewBox="1 1 22 22" xmlns="http://www.w3.org/2000/svg" height="30px"> -->
<title>dev.to</title>
<path
d="M7.42 10.05c-.18-.16-.46-.23-.84-.23H6l.02 2.44.04 2.45.56-.02c.41 0 .63-.07.83-.26.24-.24.26-.36.26-2.2 0-1.91-.02-1.96-.29-2.18zM0 4.94v14.12h24V4.94H0zM8.56 15.3c-.44.58-1.06.77-2.53.77H4.71V8.53h1.4c1.67 0 2.16.18 2.6.9.27.43.29.6.32 2.57.05 2.23-.02 2.73-.47 3.3zm5.09-5.47h-2.47v1.77h1.52v1.28l-.72.04-.75.03v1.77l1.22.03 1.2.04v1.28h-1.6c-1.53 0-1.6-.01-1.87-.3l-.3-.28v-3.16c0-3.02.01-3.18.25-3.48.23-.31.25-.31 1.88-.31h1.64v1.3zm4.68 5.45c-.17.43-.64.79-1 .79-.18 0-.45-.15-.67-.39-.32-.32-.45-.63-.82-2.08l-.9-3.39-.45-1.67h.76c.4 0 .75.02.75.05 0 .06 1.16 4.54 1.26 4.83.04.15.32-.7.73-2.3l.66-2.52.74-.04c.4-.02.73 0 .73.04 0 .14-1.67 6.38-1.8 6.68z" />
</svg>
<span>Pair Programming (Offline)</span>
</a>
<a class="link hvr-grow fadein" href="https://forms.gle/R8phJNeEkWGtrpnM6" target="_blank">
<span>Coding Round (Codechef)</span>
</a>
<br>
<span id="userName">
<span id="name">Follow Us On</span>
</span>
<a class="link hvr-grow fadein" href="https://www.instagram.com/codechef_mitaoe/" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"></i>
<span>Instagram</span>
</a>
<a class="link hvr-grow fadein" href="https://www.linkedin.com/company/codechef-mitaoe-chapter/mycompany/" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<span>LinkedIn</span>
</a>
<a class="link hvr-grow fadein" href="https://www.facebook.com/Codechef-Mitaoe-Chapter-102614155005150/" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
<span>Facebook</span>
</a>
</div>
<a href="mailto:mitaoe_chefs@mitaoe.ac.in" class="footer">mitaoe_chefs@mitaoe.ac.in</a>
</div>
<script>
new Typed("#typedUsername", {
stringsElement: "#typed-strings",
loop: true,
typeSpeed: 60,
backSpeed: 30,
backDelay: 2500
});
</script>
<script src="/__/firebase/8.6.5/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
</body>
</html>