-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (116 loc) · 4.97 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
<!DOCTYPE html>
<head>
<title>Developers In Vogue | Community Service Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<html>
<body>
<div class="content-wrapper">
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="inner-wrapper">
<div class="top-sect">
<ul class="list-unstyled">
<li><img src="img/new_logo.svg"></li>
<li><h1>Developers In Vogue</h1></li>
<li><h4>#LetASisterKnow</li>
<li>
<a href="http://developersinvogue.org" target="_blank">
<button class="btn btn-default btn-lg">Visit Our Website</button>
</a>
</li>
</ul>
</div>
<div class="header-sect">
<div>
<div>
<ul class="list-unstyled">
<li><h2>What is Community Service Project (CSP)?</h2></li>
<li>
<p>
At Developers In Vogue we believe in an educational or training system that is skewed towards a hands-on approach to solving real world problems. The aim is to make our developers-in-training solution oriented and for that matter build applications in that effect. Our Developers-in-Training will be paired to design websites for nonprofit organizations at the end of the coding boot camp.
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="mid-sect">
<div class="row">
<div class="col-md-3">
<ul class="list-unstyled">
<li><h2><i class="fa fa-lightbulb-o fa-2x"></i></h2></li>
<li><h3>Ideation</h3></li>
<li>
<p>
This is the first phase of the development proces where the problem at hand is
broken down to the barest minimum to get a better understanding. Ideas with regards to how
the problem is going to be solved are generated.
</p>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="list-unstyled">
<li><h2><i class="fa fa-pencil fa-2x"></i></h2></li>
<li><h3>Planning</h3></li>
<li>
<p>
A Roadmap for the execution of this project is drawn. It is generally a blueprint for the project that gives a detailed description of
the project timelines and how each phase of the development process is going to be carried out.
</p>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="list-unstyled">
<li><h2><i class="fa fa-legal fa-2x"></i></h2></li>
<li><h3>Implementation</h3></li>
<li>
<p>
This is the stage that hands get <b>dirty</b> and entangled in real work. This involves building the solution from scratch
i.e. putting the pulleys and the gears together. The services of <b>HTML</b>, <b>CSS</b>, <b>JavaScript</b> and others will be employed.
</p>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="list-unstyled">
<li><h2><i class="fa fa-cloud fa-2x"></i></h2></li>
<li><h3>Deployment</h3></li>
<li>
<p>
The Final Solution [i.e Static Web Site ] will then be deployed using GitHub Pages.
The tools from GitHub Pages will be leveraged upon to push the final web solution onto
the World Wide Web.
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="bottom-sect">
<div>
<div>
<ul class="list-unstyled">
<li><i class="fa fa-github fa-3x"></i></li>
<li><h4>Powered By GitHub Pages</h4></li>
</ul>
</div>
</div>
</div>
<div class="footer">
<ul class="list-inline">
<li><a href="https://www.facebook.com/devinvogue"><i class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="https://www.twitter.com/devinvogue"><i class="fa fa-twitter fa-2x"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>