Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit 8aa2226

Browse files
committed
replaced icons in featured
1 parent a885c34 commit 8aa2226

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,38 +102,38 @@ <h1 class="main_title">codecorgi</h1>
102102
<div class="row clearfix">
103103
<div class="col-md-12 column p_title">
104104
<h2 class="text-center">Collaborative services</h2>
105-
<p class="text-center lead"></p>
105+
<p class="text-center lead">Creating digital products for web and mobile</p>
106106
</div>
107107
<div class="col-md-12 column">
108108
<div class="row clearfix">
109109
<!-- RIGHT COLUMN -->
110110
<div class="col-sm-4 col-md-4 column text-center adjectives">
111111
<!-- #1 -->
112112
<div class="item-icon ">
113-
<i class="fa fa-bicycle fa-2x"></i>
113+
<i class="fa fa-calendar fa-2x"></i>
114114
</div>
115115
<h3>Start Today</h3>
116116
<p>
117117
Our team is ready to build as soon as you are
118118
</p>
119119
<!-- #2 -->
120120
<div class="item-icon ">
121-
<i class="fa fa-cubes fa-2x"></i>
121+
<i class="fa fa-clock-o fa-2x"></i>
122122
</div>
123123
<h3>Completed On-time</h3>
124124
<p>
125125
We help you meet your deadlines as we hit ours
126126
</p>
127127
<!-- #3 -->
128128
<div class="item-icon ">
129-
<i class="fa fa-line-chart fa-2x"></i>
129+
<i class="fa fa-money fa-2x"></i>
130130
</div>
131131
<h3>Go To Market</h3>
132132
<p>
133133
Your product is launched ready for users and investors
134134
</p>
135135
<div class="item-icon ">
136-
<i class="fa fa-bicycle fa-2x"></i>
136+
<i class="fa fa-line-chart fa-2x"></i>
137137
</div>
138138
<h3>Growth-driven</h3>
139139
<p>
@@ -159,22 +159,22 @@ <h3>Full Support</h3>
159159
</p>
160160
<!-- #2 -->
161161
<div class="item-icon ">
162-
<i class="fa fa-laptop fa-2x"></i>
162+
<i class="fa fa-search fa-2x"></i>
163163
</div>
164164
<h3>Very Detailed</h3>
165165
<p>
166166
Every code and pixel is checked for quality
167167
</p>
168168
<!-- #3 -->
169169
<div class="item-icon ">
170-
<i class="fa fa-users fa-2x"></i>
170+
<i class="fa fa-phone fa-2x"></i>
171171
</div>
172172
<h3>Full Transparency</h3>
173173
<p>
174174
Track progress through Trello, check-ins and calls
175175
</p>
176176
<div class="item-icon ">
177-
<i class="fa fa-users fa-2x"></i>
177+
<i class="fa fa-lock fa-2x"></i>
178178
</div>
179179
<h3>Security and Privacy</h3>
180180
<p>

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,3 +620,9 @@ fieldset[disabled] .btn-submit.active {
620620
margin: 0 auto;
621621
}
622622
}
623+
.adjectives .fa {
624+
color: #019FB9;
625+
}
626+
#feature .item-icon.item-icon {
627+
border-color: #019FB9;
628+
}

0 commit comments

Comments
 (0)