Skip to content

Commit bfd12ce

Browse files
committed
Fix about us, contact and footer
1 parent 5565122 commit bfd12ce

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

content/about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: "About Us"
33
date: 2018-09-09T18:19:33+06:00
44
---
55

6-
ABOUT US
6+
GraphQL Java is run by [Andreas Marek](https://github.com/andimarek)

content/contact/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: "Contact"
33
date: 2018-09-09T18:19:33+06:00
44
---
55

6-
If you have specific technical questions please ask in the [gitter room](https://gitter.im/graphql-java/graphql-java) or open an [issue on github](https://github.com/graphql-java/graphql-java/issues).
6+
If you have specific technical questions please ask in the [Spectrum room](https://spectrum.chat/graphql-java/) or open an [issue on GitHub](https://github.com/graphql-java/graphql-java/issues).
77

themes/hugo-sustain/layouts/contact/list.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<div class="row">
1010
<div class="col-md-12">
1111
<div class="block">
12-
{{ .Content }}
13-
<!-- <h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">Contact us</h2> -->
14-
<p class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">How we can help?</p>
12+
<div class="contact-content">
13+
{{ .Content }}
14+
<p>You can also send us a direct message bellow</p>
15+
</div>
1516
<div class="contact-form">
1617
<form id="contact-form" name="contact" method="POST" role="form" netlify>
1718

themes/hugo-sustain/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer>
22
<div id="footer">
33
<div class="container">
4-
<p class="text-muted">&copy; All rights reserved. Powered by <a href="https://gohugo.io/">Hugo</a> and
4+
<p class="text-muted">&copy; Andreas Marek. Powered by <a href="https://gohugo.io/">Hugo</a> and
55
<a href="http://www.github.com/nurlansu/hugo-sustain/">sustain</a> with ♥</p>
66
</div>
77
</div>

themes/hugo-sustain/static/css/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,12 @@ div.footer{
224224
color:#EB0195;
225225
font-size: 18px;
226226
}
227+
228+
.contact-form {
229+
margin: 0 auto;
230+
width: 60%;
231+
}
232+
233+
.contact-content {
234+
font-size: 20px;
235+
}

0 commit comments

Comments
 (0)