change text about me
This commit is contained in:
parent
192d3d46ba
commit
3b335eb766
2 changed files with 8 additions and 8 deletions
|
@ -19,8 +19,8 @@
|
|||
<div class="row">
|
||||
<div class="col-sm-8">
|
||||
<p>
|
||||
Hi, I'm Jake, a software engineer currently working for a company in Brighton. I've been working as a developer since mid-2015, and have been studying IT and computer science since 2013.
|
||||
I work primarily as a full-stack developer, however more recently I've been working more on mobile apps.
|
||||
Hi, I'm Jake, a software engineer currently working for a company in Brighton. I've been working as a developer since mid-2015, and have been studying IT and computer science since college.
|
||||
I work as a full stack developer, but I prefer working on servers and mobile apps.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-sm-4 text-center">
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<header class="bg-primary">
|
||||
<div class="header-content">
|
||||
<div class="header-content-inner">
|
||||
<h1>Welcome to my website</h1>
|
||||
<h1>Jake Howard</h1>
|
||||
<hr>
|
||||
<p>The place where my knowledge lies, or at least most of it!</p>
|
||||
<p>Full-stack Developer, Hardware tinkerer, Ginger</p>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#about" class="page-scroll">
|
||||
|
@ -25,7 +25,7 @@
|
|||
<h2 class="section-heading">About</h2>
|
||||
<hr class="light">
|
||||
<p>
|
||||
Hi, I'm Jake. I've been working as a full-stack developer for the past year now, and studying computer-science for several years. This is my website, where all my projects, blog posts, and other stuff live. A 1-stop place to find all my content!
|
||||
Hi, I'm Jake. I've been working as a full-stack developer for just over a year. This is my website, where all my projects, blog posts, and other stuff live. Some of it useful, some not so much!
|
||||
</p>
|
||||
<a href="/about/" class="btn btn-primary-dark btn-xl">More Info</a>
|
||||
</div>
|
||||
|
@ -53,9 +53,9 @@
|
|||
</div>
|
||||
<div class="col-lg-3 col-md-6 text-center">
|
||||
<div class="service-box">
|
||||
<i class="fa fa-4x fa-internet-explorer wow bounceIn text-primary" data-wow-delay=".5s"></i>
|
||||
<i class="fa fa-4x fa-firefox wow bounceIn text-primary" data-wow-delay=".5s"></i>
|
||||
<h3>Client</h3>
|
||||
<p>Creating functional, fast, and mobile-friendly websites</p>
|
||||
<p>Creating functional, fast, and responsive websites</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 text-center">
|
||||
|
@ -136,7 +136,7 @@
|
|||
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<h2 class="section-heading">More Content</h2>
|
||||
<hr class="primary">
|
||||
<p>There's more content on my site than just my Projects and Blog!</p>
|
||||
<p>There's more than just my project and blog!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
|
Reference in a new issue