Skip to content

Commit 7774926

Browse files
committed
Update footer
1 parent 790fe6d commit 7774926

File tree

2 files changed

+36
-44
lines changed

2 files changed

+36
-44
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
2727
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2828
twitter_username: rjurney
2929
github_username: rjurney
30-
phone: 570-758-5858
30+
phone: Email Us
3131

3232
# Build settings
3333
theme: minima

_includes/footer.html

+35-43
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,41 @@
1-
<link
2-
rel="stylesheet"
3-
type="text/css"
4-
href="{{site.baseurl}}/assets/css/main.css"
5-
/>
1+
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/assets/css/main.css" />
62
<footer class="site-footer h-card footer-bg">
7-
<data class="u-url" href="{{ '/' | relative_url }}"></data>
3+
<data class="u-url" href="{{ '/' | relative_url }}"></data>
84

9-
<div class="wrapper">
10-
<div class="footer-col-wrapper">
11-
<img
12-
alt="Graphlet AI"
13-
src="{{site.baseurl}}/assets/header/logo.png"
14-
class="footer-logo"
15-
/>
16-
</div>
17-
<div class="footer-col-wrapper footer-nav-list">
18-
<div class="footer-nav-item"><a href="/">Home</a></div>
19-
<div class="footer-nav-item"><a href="/about">About</a></div>
20-
<div class="footer-nav-item"><a href="/blog">Blog</a></div>
21-
<div class="footer-nav-item"><a href="/contact">Contact</a></div>
22-
</div>
5+
<div class="wrapper">
6+
<div class="footer-col-wrapper">
7+
<img alt="Graphlet AI" src="{{site.baseurl}}/assets/header/logo.png" class="footer-logo" />
8+
</div>
9+
<div class="footer-col-wrapper footer-nav-list">
10+
<div class="footer-nav-item"><a href="/">Home</a></div>
11+
<div class="footer-nav-item"><a href="/">About</a></div>
12+
<div class="footer-nav-item"><a href="https://blog.graphlet.ai">Blog</a></div>
13+
<div class="footer-nav-item"><a href="mailto:rjurney@graphlet.ai">Contact</a></div>
14+
</div>
2315

24-
<div class="social-links">
25-
<ul class="custom-list">
26-
<li>
27-
<span class="phone-icon"></span>
28-
<a href="tel:{{site.phone}}">{{site.phone}}</a>
29-
</li>
30-
<li>
31-
<span class="email-icon-light"></span>
32-
<a href="mailto:{{site.email}}">{{site.email}}</a>
33-
</li>
34-
</ul>
35-
</div>
16+
<div class="social-links">
17+
<ul class="custom-list">
18+
<li>
19+
<span class="phone-icon"></span>
20+
<a href="mailto:rjurney@graphlet.ai">{{site.phone}}</a>
21+
</li>
22+
<li>
23+
<span class="email-icon-light"></span>
24+
<a href="mailto:rjurney@graphlet.ai">{{site.email}}</a>
25+
</li>
26+
</ul>
27+
</div>
3628

37-
<hr style="margin-top: 3rem; border-top: 1px solid lightgrey" />
29+
<hr style="margin-top: 3rem; border-top: 1px solid lightgrey" />
3830

39-
<div class="footer-col-wrapper">
40-
<div class="footer-col">@ 2022 Graphlet. All rights reserved</div>
41-
<div class="footer-col">
42-
<ul class="custom-list">
43-
<li><a href="/">Terms of Use</a></li>
44-
<li><a href="/">Privacy Policy</a></li>
45-
</ul>
46-
</div>
31+
<div class="footer-col-wrapper">
32+
<div class="footer-col">@ 2022 Graphlet. All rights reserved</div>
33+
<div class="footer-col">
34+
<ul class="custom-list">
35+
<li><a href="/">Terms of Use</a></li>
36+
<li><a href="/">Privacy Policy</a></li>
37+
</ul>
38+
</div>
39+
</div>
4740
</div>
48-
</div>
49-
</footer>
41+
</footer>

0 commit comments

Comments
 (0)