forked from usict-acm/ACM-new
-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.php
46 lines (37 loc) · 2.74 KB
/
head.php
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
<meta charset="utf-8">
<link rel="icon" href="./assets/images/acm1.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="GGSIP University USS ACM Student Chapter is an official student body incepted in 2019 under the University School USICT, GGSIPU.The chapter will conduct events including programming contests, talks by renowned speakers, workshops etc">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="GGSIP University USS ACM Student Chapter">
<meta itemprop="description"
content="GGSIP University USS ACM Student Chapter is an official student body incepted in 2019 under the University School USICT, GGSIPU.The chapter will conduct events including programming contests, talks by renowned speakers, workshops etc">
<meta itemprop="image" content="./assets/images/acm1.png">
<!-- Facebook Meta Tags -->
<meta property="og:site_name" content="GGSIP University USS ACM Student Chapter" />
<meta property="og:url" content="https://usict.acm.org/">
<meta property="og:type" content="website">
<meta property="og:title" content="GGSIP University USS ACM Student Chapter">
<meta property="og:description"
content="GGSIP University USS ACM Student Chapter is an official student body incepted in 2019 under the University School USICT, GGSIPU.The chapter will conduct events including programming contests, talks by renowned speakers, workshops etc">
<meta property="og:image" content="./assets/images/acm1.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="GGSIP University USS ACM Student Chapter">
<meta name="twitter:description"
content="GGSIP University USS ACM Student Chapter is an official student body incepted in 2019 under the University School USICT, GGSIPU.The chapter will conduct events including programming contests, talks by renowned speakers, workshops etc">
<meta name="twitter:image" content="./assets/images/acm1.png">
<!-- Bootstrap CDN -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" rel="stylesheet">
<link href="https://fonts.gstatic.com" rel="preconnect">
<!-- CSS Files -->
<link href="./assets/CSS/header.css" rel="stylesheet" />
<link href="./assets/CSS/footer.css" rel="stylesheet" />
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins:wght@200&display=swap" rel="stylesheet">
<!-- FontAwesome CDN -->
<script src="https://kit.fontawesome.com/d459eda8d9.js" crossorigin="anonymous"></script>
<!-- AJAX CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>