Skip to content

Commit 816f4dc

Browse files
committed
Minor corrections
1 parent 5beda9e commit 816f4dc

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site/

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: About Me
66
<div class="post">
77
<h1 class="pageTitle">About Me</h1>
88
<img src="{{ '/assets/img/touring.jpg' | prepend: site.baseurl }}" alt="">
9-
<p class="intro">I am a Software Engineer</p>
9+
<p class="intro">Software Engineer at Samsung Electronics</p>
1010
<p>Long Haul was created in honor of all the hard working touring bicycles that have traversed the globe time and time again. Take it for a spin.</p>
1111
<h2>Features</h2>
1212
<ul>

contact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Contact Long Haul
3+
title: Contact Me
44
---
55

66
<div id="contact">
@@ -10,7 +10,7 @@ title: Contact Long Haul
1010
<p>The form is provided by <a href="http://formspree.io/">Formspree.</a> Follow the directions on their site to set up the form for use.</p>
1111
<p>If you have questions about the theme feel free to <a href="mailto:brimaidesigns@gmail.com">email me</a> or create an issue on <a href="https://github.com/brianmaierjr/long-haul">GitHub</a>. Enjoy!</p>
1212
</div>
13-
<form action="http://formspree.io/your@mail.com" method="POST">
13+
<form action="http://formspree.io/elmurod.talipov@gmail.com" method="POST">
1414
<label for="name">Name</label>
1515
<input type="text" id="name" name="name" class="full-width"><br>
1616
<label for="email">Email Address</label>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Long Haul
3+
title: Elmurod Talipov
44
---
55

66
<div class="home" id="home">
@@ -16,7 +16,7 @@ <h3><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.t
1616
<!-- Pagination links -->
1717
<div class="pagination">
1818
{% if paginator.previous_page %}
19-
<a href="{{ paginator.previous_page_path | prepend: site.baseurl }}" class="previous button__outline">Newer Posts</a>
19+
<a href="{{ paginator.previous_page_path | prepend: site.baseurl }}" class="previous button__outline">Newer Posts</a>
2020
{% endif %}
2121
{% if paginator.next_page %}
2222
<a href="{{ paginator.next_page_path | prepend: site.baseurl }}" class="next button__outline">Older Posts</a>

0 commit comments

Comments
 (0)