Skip to content

Commit 69a8602

Browse files
committedJul 1, 2016
updated portfolio grid and modal
1 parent d4a223a commit 69a8602

File tree

5 files changed

+20
-25
lines changed

5 files changed

+20
-25
lines changed
 

‎_includes/about.html

+5-8
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ <h2>About</h2>
99
</div>
1010
<div class="row">
1111
<div class="col-lg-4 col-lg-offset-2">
12-
<p>Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization.</p>
12+
<p>Accelerated Tech, Inc is Jamey Hicks applying his software and hardware skills to build accelerated software solutions to your problems.
13+
</p>
1314
</div>
1415
<div class="col-lg-4">
15-
<p>Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point! </p>
16-
</div>
17-
<div class="col-lg-8 col-lg-offset-2 text-center">
18-
<a href="#" class="btn btn-lg btn-outline">
19-
<i class="fa fa-download"></i> Download Theme
20-
</a>
16+
<p>[Under construction]
17+
</p>
2118
</div>
2219
</div>
2320
</div>
24-
</section>
21+
</section>

‎_includes/contact_static.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>Contact Me</h2>
99
</div>
1010
<div class="row">
1111
<div class="col-lg-8 col-lg-offset-2">
12-
<form action="//formspree.io/you@email.com" method="POST" name="sentMessage" id="contactForm" novalidate>
12+
<form action="//formspree.io/jamey.hicks@accelerated.tech" method="POST" name="sentMessage" id="contactForm" novalidate>
1313
<div class="row control-group">
1414
<div class="form-group col-xs-12 floating-label-form-group controls">
1515
<label>Name</label>

‎_includes/modals.html

+6-10
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,15 @@
1414
<div class="modal-body">
1515
<h2>{{ post.title }}</h2>
1616
<hr class="star-primary">
17-
<img src="img/portfolio/{{ post.img }}" class="img-responsive img-centered" alt="{{ post.alt }}">
17+
<!--<img src="img/portfolio/{{ post.img }}" class="img-responsive img-centered" alt="{{ post.alt }}"> -->
1818
<p>{{ post.description }}</p>
1919
<ul class="list-inline item-details">
20-
<li>Client:
21-
<strong><a href="http://startbootstrap.com">{{ post.client }}</a>
20+
<li>Technology
21+
<strong>{{ post.technology }}
2222
</strong>
2323
</li>
24-
<li>Date:
25-
<strong><a href="http://startbootstrap.com">{{ post.project-date }}</a>
26-
</strong>
27-
</li>
28-
<li>Service:
29-
<strong><a href="http://startbootstrap.com">{{ post.category }}</a>
24+
<li>Category:
25+
<strong>{{ post.category }}
3026
</strong>
3127
</li>
3228
</ul>
@@ -37,4 +33,4 @@ <h2>{{ post.title }}</h2>
3733
</div>
3834
</div>
3935
</div>
40-
{% endfor %}
36+
{% endfor %}

‎_includes/nav.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="#page-top"></a>
2020
</li>
2121
<li class="page-scroll">
22-
<a href="#portfolio">Portfolio</a>
22+
<a href="#solutions">Solutions</a>
2323
</li>
2424
<li class="page-scroll">
2525
<a href="#about">About</a>
@@ -32,4 +32,4 @@
3232
<!-- /.navbar-collapse -->
3333
</div>
3434
<!-- /.container-fluid -->
35-
</nav>
35+
</nav>

‎_includes/portfolio_grid.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
<!-- Portfolio Grid Section -->
3-
<section id="portfolio">
3+
<section id="solutions">
44
<div class="container">
55
<div class="row">
66
<div class="col-lg-12 text-center">
7-
<h2>Portfolio</h2>
7+
<h2>Solutions</h2>
88
<hr class="star-primary">
99
</div>
1010
</div>
@@ -17,10 +17,12 @@ <h2>Portfolio</h2>
1717
<i class="fa fa-search-plus fa-3x"></i>
1818
</div>
1919
</div>
20-
<img src="img/portfolio/{{ post.img }}" class="img-responsive" alt="{{ post.alt }}">
20+
<!-- <img src="img/portfolio/{{ post.img }}" class="img-responsive" alt="{{ post.alt }}"> -->
21+
<h3>{{ post.technology }}</h3>
22+
{{ post.blurb }}
2123
</a>
2224
</div>
2325
{% endfor %}
2426
</div>
2527
</div>
26-
</section>
28+
</section>

0 commit comments

Comments
 (0)
Please sign in to comment.