-
Notifications
You must be signed in to change notification settings - Fork 1
/
medium.html
59 lines (49 loc) · 2.29 KB
/
medium.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!-- CSS -->
<link rel="stylesheet" href="css/medium.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com/%22%3E" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap" rel="stylesheet">
<!-- Media Queries -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/4f2aa92231.js" crossorigin="anonymous"></script>
<!-- SEO -->
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon_adg/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon_adg/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon_adg/favicon-16x16.png">
<link rel="manifest" href="./images/favicon_adg/site.webmanifest">
<link rel="mask-icon" href="./images/favicon_adg/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="theme-color" content="#ffffff">
<!-- Desciption -->
<meta name="description" content="ADG is a student club at VIT Vellore with members who are passionate for iOS Development and other technical domains to develop their dream project.">
<meta name="keywords" content="ADG, Apple, VIT, Vellore, iOS, Development, PaperVIT, Clubs, Chapters Medium">
<meta name="og:image" content="https://i.postimg.cc/XYf7J1cX/adg-logo.png" />
<meta name="og:title" content="Medium | ADG-VIT" />
<meta name="og:description" content="ADG is a student club at VIT Vellore with members who are passionate for iOS Development and other technical domains to develop their dream project." />
<!-- SEO Ends -->
<title>Medium | ADG-VIT</title>
</head>
<body background="images/back.png">
<div class="top">
</div>
<div class="logo">
<img src="images/adglogo2 1.svg" alt="ADG Logo">
</div>
<div class="middle">
<h1>Medium Articles</h1>
</div>
<div class="cards">
<div class="bottom">
<p><i class="far fa-copyright"></i>Apple Developers Group</p>
</div>
</div>
<script src="./medium.js"></script>
</body>
</html>