-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathindex.html
123 lines (119 loc) · 3.63 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MOBI | Social Coding</title>
<link rel="icon" href="public/mobi logo round.png" />
<meta name="og:site_name" content="MOBI" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://mobiclub.github.io/social-coding/" />
<meta name="og:title" content="MOBI" />
<meta name="og:description" content="MOBI Social Coding" />
<meta
name="og:image"
content="https://raw.githubusercontent.com/mobiclub/social-coding/main/public/og-image.png"
/>
<link rel="stylesheet" href="./src/public/mobi.css" />
<link rel="icon" type="image/png" href="./src/public/mobi logo.png" />
</head>
<body>
<!-- start header-->
<header>
<!-- navigation -->
<div class="navigation-gradient">
<div class="navigation">
<a href="./src/about/about.html" class="navi">About</a>
<p class="navi-line">|</p>
<a href="./src/officers.html" class="navi">Officers</a>
<p class="navi-line">|</p>
<a href="./src/events/events.html" class="navi">Events</a>
<p class="navi-line">|</p>
<a href="./src/idappthat.html" class="navi">Apps</a>
<p class="navi-line">|</p>
<a href="./src/mavpitch.html" class="navi">MavPitch</a>
</div>
</div>
<!-- end navigation bar -->
</header>
<div class="wrapper">
<img class="logo" src="./src/public/mobi logo.png" alt="MOBI Logo" />
<div class="content">
<div class="bio-container">
<h1>MOBI</h1>
<p>Discover the magic of making apps!</p>
</div>
<div class="discord-container">
<a
href="https://discord.com/invite/pjjgRC7ErT"
target="_blank"
class="link"
>
BECOME A MOBI MEMBER! 🚀
</a>
</div>
<div class="io-container">
<a
href="https://youtube.com/@mobibyte"
target="_blank"
class="social-icon"
>
<img
src="https://www.cdnlogo.com/logos/y/84/youtube.svg"
alt="MOBI YouTube"
/>
</a>
<a
href="https://www.instagram.com/codewithmobi"
target="_blank"
class="social-icon"
>
<img
src="https://www.cdnlogo.com/logos/i/12/instagram-2016.svg"
alt="MOBI Instagram"
/>
</a>
<a
href="https://www.github.com/mobibyte"
target="_blank"
class="social-icon"
>
<img
src="https://www.cdnlogo.com/logos/g/69/github-icon.svg"
alt="MOBI GitHub"
/>
</a>
<a
href="https://www.facebook.com/codewithmobi"
target="_blank"
class="social-icon"
>
<img
src="https://www.cdnlogo.com/logos/f/91/facebook-icon.svg"
alt="MOBI Facebook"
/>
</a>
<a
href="mailto:[email protected]"
target="_blank"
class="social-icon"
>
<img
src="https://www.cdnlogo.com/logos/o/50/outlook-icon.svg"
alt="MOBI Email"
/>
</a>
</div>
</div>
</div>
<div class="squares">
<li></li>
<li></li>
<li></li>
<!-- <div class="squares-1">
<li></li>
<li></li>
<li></li>
</div>-->
</body>
</html>