-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.cshtml
More file actions
31 lines (29 loc) · 1.96 KB
/
Copy pathAbout.cshtml
File metadata and controls
31 lines (29 loc) · 1.96 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
<!-- Changes that I made to 'About' page on company website.
This code neatly formats photos of the company's founders,
along with descriptions of what led them to work at
Bewander. I added the photos, re-formatted the paragraphs
for the descriptions, and centered the headings. -->
<center><h2>Creators</h2></center>
<div class="col-xs-4" id="creators">
<h4 align="middle">Alex</h4>
<center><img align="middle" src="~/Images/Global/AlexFace.png" vspace="18"/></center>
<p>
Alex has traveled the world a healthy amount and loves discovering new places. He has a great sense of humor and always keeps things real. He is continually looking for ways to experience life and make this world a better place.
<br /><br />He is the business smarts and expert marketer.
</p>
</div>
<div class="col-xs-4" id="creators">
<h4 align="middle">Jack</h4>
<center><img src="~/Images/Global/JackFace.png" vspace="18"/></center>
<p>
Jack brings the necessary technology knowledge and advice to the table. He is the Co-Founder of <a href="http://learncodinganywhere.com">The Tech Academy (www.learncodinganywhere.com)</a> and <a href="http://www.prosperitconsulting.com">Prosper I.T. Consulting (www.prosperitconsulting.com)</a>. As a two-time successful business entrepreneur, he adds experience and guidance to the team.
<br /><br />He is the coding mastermind and dream builder.
</p>
</div>
<div class="col-xs-4" id="creators">
<h4 align="middle">Laurien</h4>
<p>
Laurien has an extreme case of wanderlust. She has traveled to more than 30 countries and swears that traveling is an incurable addiction. She loves meeting locals and really getting the feel of the cultures of the countries she visits. She shares Alex’s desire to make this world a better place.
<br /><br />She is the artistic director and global networker.
</p>
</div>