-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (87 loc) · 3.93 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
<!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>Dev Code Community</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div>
<nav>
<div class="header">
<div class="header-left">
<img src="images/devcode logo.svg">
</div>
<div class="header-center">
<ul>
<i> <li>About</li> </i>
<i><li>Events</li></i>
<i><li>Courses</li></i>
<i><li>Jobs/Internships</li></i>
</ul>
</div>
<div class="header-right">
<a href="https://discord.gg/xqesRN5FfW">
<i><input type="button" value="Join us!"></a></i>
</div>
</div>
</nav>
<div class="main-container">
<img src="images/Home img.svg">
<h1><i>COMMITED TO QUALITY!</i></h1>
</div>
<div class="devcode-info">
<p>
<h1 >WHAT IS DEVCODE?🤔</h1>
<div class="quote">
<p><i>"Alone, we can do so little together, we can do so much" - Helen Keller</i></p>
</div>
<div class="p1">
<p><i>A community is not just a bunch of people coming together but growing together as one.
Such is our DEV CODE Community.</i></p>
</div>
<div class="p2">
<br>
<p><b>DEV CODE</b>: A tech enthusiast community that will help you to Code, learn new technical skills from scratch, exposure to various technical workshops, and yes will surely provide you with the opportunity to grow your network with industry experts.It is a platform which offers up some of the most amazing hackathons, eventful meet-ups and some bootcamps with outcome based learning. It also aims to be the one stop destination for developers with plentiful hard-core reliable resources and readily provides event updates. Coming additional to all the aforesaid are the enlightening Guidance sessions with the seasoned developers with tremendous hands on, practical experiences. So, just grab this opportunity and be a part of a new innovative tech family! And make the best out of your time at DEV CODE. Enjoy coding and keep developing.</p>
</div>
<br>
</p>
<div class="p3">
<br>
<p>Be a part of enthusiastic community. . . . . </p>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<section class="row">
<div class="div-pad div-1">
<img class="hero-img" src="images/devcode.svg" alt="devcode">
</div>
<div class="div-pad div-2">
<p>Quick links</p>
<ul>
<li><a href="about">About</a></li>
<li><a href="event">Events</a></li>
<li><a href="courses">Courses</a></li>
<li><a href="Jobs/internships"> Jobs/Internships</a></li>
</ul>
</div>
<div class="div-pad div-3">
<li>
<a href="https://discord.gg/xqesRN5FfW">Join us</a>
</li>
<p>follow links</p>
<a href="https://discord.gg/xqesRN5FfW"><img src="images/discord1.svg"></a>
<a href="https://www.linkedin.com/company/dev-code-community/"><img src="images/linkdin1.svg"></a>
<a href="github"><img src="images/github1.svg"></a>
<a href="https://twitter.com/_DEVCODE?s=20&t=P8k5CshdySKdpC48KPuZ1Q"><img src="images/tiwtter1.svg"></a>
<a href="https://instagram.com/devcode.community?igshid=YmMyMTA2M2Y="><img src="images/instagram1.svg"></a>
</div>
</section>
</div>
</footer>
</body>
</html>