-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
98 lines (91 loc) · 5.02 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
<!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>LWM</title>
<link rel="stylesheet" href="ggstyle.css">
<link rel="icon" href="images/lwmico.ico">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="images/lwmico.ico" alt="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about">About Community</a></li>
<li><a href="#tour">Tour to Community</a></li>
<li><a href="#">Contributors</a></li>
</ul>
</div>
<div class="content">
<h1>Learn With Mitul Community</h1>
<p>A Good Place to Find the Right Opportunities For Yourself</p>
</div>
</div>
<div id="about" class="firstcontainer">
<div class="firstcontainerheader">
<h1>About Our Community</h1>
<h3>LWM is a small discord community. This community currently have 1.2k members and the members are growing day by day. This community is all about helping each other by letting the community know about different opportunities. </h3>
</div>
<div class="firstcontent">
<div class="defcourses">
<img class="courses" src="images/courses.jpg" alt="courses">
<h3>Free Courses</h3>
<p>The first goal of Learn With Mitul Community is to provide resourses for free courses. We got different text channel on different topics where we admins and other members try to provide free courses we find online.</p>
</div>
<div class="defswags">
<img class="swags" src="images/swagmain.jpg" alt="swag">
<h3>Swags Opportunities</h3>
<p>Now a days most of the people are hungry for swags. We got a swags opportunities channel and a swags discusiion channel. People announce swag opportunities and talk about swags on the text channel.</p>
</div>
<div class="defcarrer">
<img class="internship" src="images/internship.jpg" alt="internship">
<h3>Carrer Guidance</h3>
<p>You can learn differnet skills by doing many many online courses on the internet. But there are not many people to guide you on the internet. There are many videos on what to do how to do, but there are no videos or article which is actually for you</p>
</div>
<div class="defintern">
<img class="vector" src="images/vector.png">
<h3>Internship Opportunities</h3>
<p>Who does not like to do intership during his undergrad. In our community we provide lots of opportunities about intership on specific channels. You will get real world experience while doing those interships. </p>
</div>
<div class="firstcontentlastcontent">
<h3>and many more........</h3>
</div>
</div>
</div>
<div id="tour" class="secondcontent">
<div class="secondcontentheader">
<h1>A Tour To Our Discord Server</h1>
<h3>Here is a quick tour video of our LWM community by Mitul. In this video you can get a brief idea about the discord server and different channels on specific opportunities. Please watch the video and decide if you want to join or not.</h3>
</div>
<div class="video"><iframe width="1000" height="600" src="https://www.youtube.com/embed/YNG6GL5FTfE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<div class="discordlink">
<h2>
Join Our Discord Server
</h2>
<h4>Want to be a part of a community where you can grow your IT skill for free. What are you waiting for join us now. I am sure you will not be disapointed</h4>
<a class="discotemplate" href="https://discord.gg/ZeCZM5gEhD"><img src="images/discobg.png" alt="joinus"></a>
</div>
</div>
<div class="last">
<img src="images/lwmlogoblack.png" alt="">
<div class="contractus">
<h2>Contact us</h3>
<a href="[email protected]">LWM Team</a><br>
<a class="lwmadmin" href="">LWM Admin</a>
<a class="lwmmods" href="">LWM Mods</a>
</div>
<div class="getconnected">
<h2>Get Connected</h2>
<a class="youtube" href="https://www.youtube.com/channel/UCz5O3xDcr4Wxh-p2Zj-re_A">YouTube</a>
<a class="facebook" href="https://www.facebook.com/LearnWithMitul">Facebook</a>
<a class="linkedin" href="https://www.linkedin.com/in/md-shahriyar-al-mustakim-mitul-9084b31a0/">Linkedin</a>
</div>
<div class="footer"><h4>
Copyright © 2021 LWM Community Pvt. Ltd. | All rights reserved.
</h4></div>
</div>
</body>
</html>