-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (84 loc) · 3.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CodeIN Community</title>
<link rel="stylesheet" href="style/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/jpg" href="media\Images\favicon.png" />"
</head>
<body>
<!-- Container Starts -->
<div>
<!-- Navigation Starts -->
<header class="navtrans">
<a href="#" class="logo"> <img src="./media/Images/CodeIN 2.png" alt="" srcset=""> CodeIN Community</a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="./team.html">Team</a></li>
<li><a href="./About.html">About</a></li>
<li><a href="./events.html">Events</a></li>
<li><button class="contact-button" href="./contact.html">Contact</button></li>
</ul>
</nav>
</header>
<!-- Navigation Ends -->
<!-- Hero-Section Starts -->
<div class="conatiner hero-section">
<div>
<div class="row">
<div class="col-md-6">
<div class="hero-left">
<img src="./media/Images/hero.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="hero-right">
<p> <span>Scroll Down Below to Experience Agora SDK Video Call Feature. </span>CodeIN Community is the Community of
<span>Coding Enthusiasts</span>
Where we share Resources, Roadmaps to learn different technologies.
<span>We organize events on different technologies.</span>
</p>
<button class="btn btn-warning hero-button"> <a href="https://discord.com/invite/hWwbgP4dz9">Join on
Discord</a></button>
</div>
</div>
</div>
</div>
</div>
<!--social-icons-->
<div class="social-icons">
<img src="./media/Images/facebook.png">
<img src="./media/Images/instagram.png">
<img src="./media/Images/twitter.png">
<img src="./media/Images/linkedin.png">
</div>
<h1>
Video Call Demo Using Agora SDK<br><small style="font-size: 14pt">Powered by Agora.io</small>
</h1>
<h4>My Feed :</h4>
<div id="me"></div>
<h4>Remote Feeds :</h4>
<div id="remote-container">
</div>
<h4>Canvas :</h4>
<div id="canvas-container">
</div>
<!-- <script src="https://cdn.agora.io/sdk/release/AgoraRTCSDK-3.5.2.js"></script> -->
<script src="scripts/AgoraRTCSDK.js"></script>
<script src="scripts/script.js"></script>
</body>
</html>
</body>
</body>
</html>