-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (107 loc) · 11.9 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
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title and Description for SEO -->
<title>EduConnect - Your Ultimate Student Resource Hub</title>
<meta name="description"
content="EduConnect is the ultimate student resource hub for university students, offering authentication, personalized user pages, and settings to manage your profile and academic information.">
<!-- Keywords for SEO -->
<meta name="keywords"
content="EduConnect, student resource hub, university, student portal, student authentication, academic information, student profile, educational resources, university students, university, library, library online, library pdf, Books">
<!-- Author -->
<meta name="author" content="Your Name or EduConnect Team">
<!-- Open Graph Meta Tags for social media sharing -->
<meta property="og:title" content="EduConnect - Your Ultimate Student Resource Hub">
<meta property="og:description"
content="EduConnect is the ultimate student resource hub for university students, offering authentication, personalized user pages, and settings to manage your profile and academic information.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.educonnect.com">
<meta property="og:image" content="https://www.educonnect.com/images/educonnect-og-image.jpg">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="EduConnect - Your Ultimate Student Resource Hub">
<meta name="twitter:description"
content="EduConnect is the ultimate student resource hub for university students, offering authentication, personalized user pages, and settings to manage your profile and academic information.">
<meta name="twitter:image" content="https://www.educonnect.com/images/educonnect-twitter-image.jpg">
<!-- Link to favicon -->
<link rel="icon" href="images/white-icon.jpg" type="image/x-icon">
<!-- Canonical URL -->
<link rel="canonical" href="https://www.educonnect.com">
<!-- Robots Meta Tag -->
<meta name="robots" content="index, follow">
<!-- Custom Css -->
<link href="CSS/index.css" rel="stylesheet">
<link rel="stylesheet" href="CSS/res.css">
</head>
<body>
<header>
<!-- Navigation Bar -->
<nav class="navbar">
<div class="nav-logo">
<a href="index.html"><img src="images/black-logo.png" alt="educonnect logo" id="logo"></a>
</div>
<div class="nav-links">
<ul>
<li><a href="#home" class="link-color">Home</a></li>
<li><a href="#about" class="link-color">About</a></li>
<li><a href="#faq" class="link-color">FAQ</a></li>
<li><a href="#contact" class="link-color">Contact</a></li>
</ul>
</div>
<div class="nav-btn">
<a href="#.html" id="nav-btn">Register</a>
</div>
<button class="open-btn" onclick="openNav()">☰</button>
</nav>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" style="color: white;">×</a>
<div class="overlay-content">
<div class="nav-logo">
<a href="index.html"><img src="images/white-logo.png" alt="educonnect logo" width="250"></a>
</div>
<div class="links">
<a href="#" class="side-link">About</a>
<a href="#" class="side-link">Services</a>
<a href="#" class="side-link">Clients</a>
<a href="#" class="side-link">Contact</a>
</div>
<div class="overlay-btn">
<a href="#.html">Register</a>
</div>
</div>
</div>
</header>
<main>
<!-- Hero section -->
<div class="home-section" id="home">
<div class="home-section-text">
<h1 class="">EduConnect, Master <span style="color: rgb(121, 121, 240);">
Creative Skills</span> and Launch Your Career Now For Free.
<span style="color: rgb(121, 121, 240); text-decoration: underline;">Yes FREE!</span>
</h1>
<p class="lead">Unlock Your potential. Discover a world of knowledge. Start your journey today. Empower yourself with over 100+ courses, pdfs,Books etc to choose from.</p>
<div class="">
<a name="" id="" class="" href="#.html" role="button">Get Started</a>
</div>
</div>
<div class="home-section-img">
<img class="" src="images/portrait-relaxed-man-sitting-desk-table-living-room-working-remote-from-home-financial-project-using-laptop-computer-online-webinar-freelancer-guy-having-business-lesson.jpg" alt="" width="450">
</div>
</div>
</main>
<div class="contributors">
<h2>Meet Our Top Resource Contributors</h2>
<div class="contributors-imgs">
<img src="images/sponsors/Coursera_logo_(2020).svg.png" alt="" class="contributor-img">
<img src="images/sponsors/gfg-new-logo.png" alt="" class="contributor-img">
<img src="images/sponsors/google-logo-transparent.png" alt="" class="contributor-img">
<img src="images/sponsors/microsoft.png" alt="" class="contributor-img">
<img src="images/sponsors/Udemy_logo.svg.png" alt="" class="contributor-img">
<img src="images/sponsors/W3Schools_logo.png" alt="" class="contributor-img">
</div>
</div>
<script src="JS/index.js"></script>
</body>
</html>