-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathservices.html
More file actions
38 lines (38 loc) · 2.33 KB
/
Copy pathservices.html
File metadata and controls
38 lines (38 loc) · 2.33 KB
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
<!-- Services Section -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<!-- <h2 class="section-heading">Services</h2> -->
<!-- <h3 class="section-subheading text-muted">We foster other communities</h3> -->
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-globe fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Platform</h4>
<p class="text-muted">devncode is a platform for fierce minds to share their ideas with others, where you can openly speak about your failures. It’s a platform where you will find all CRAZY AND INSANE programmers and technophiles around you.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-users fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Learning</h4>
<p class="text-muted">At devncode our mission is to let you embrace your imposter syndromes, learn from the top-notch developers around the city and make a difference in your life.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-connectdevelop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Connection</h4>
<p class="text-muted">We give you the opportunity to connect with hundreds of people who are part of our community. It’s a place where startup enthusiasts can find mentors, learners can find teachers, and failures can find similar failure stories, because we believe in sharing.</p>
</div>
</div>
</div>
</section>