Skip to content

Commit 4a6f9ff

Browse files
committed
Update footer.html
1 parent 3f02441 commit 4a6f9ff

1 file changed

Lines changed: 71 additions & 54 deletions

File tree

_includes/footer.html

Lines changed: 71 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,58 @@
11
<footer>
2-
3-
<!-- <div class="col">
2+
<!-- <div class="col">
43
<h3>Sign Up</h3>
54
65
<ul>
7-
<li><a id="inline" href="#notify_me"><img src="/static/email.png"/></a></li>
6+
<li><a id="inline" href="#notify_me"><img src="/static/email.png"/></a></li>
87
</ul>
98
</div> -->
109

11-
<div class="col">
12-
<h3>Follow Me</h3>
13-
14-
<ul>
15-
<li><a href="https://twitter.com/intent/user?screen_name=huascarsanchez">Twitter</a></li>
16-
<li><a href="http://www.github.com/hsanchez">Github</a></li>
17-
<li><a href="http://www.linkedin.com/in/huascarsanchez">LinkedIn</a></li>
18-
</ul>
19-
</div>
20-
21-
<div class="col">
22-
<h3>Check out</h3>
23-
24-
<ul>
25-
<li><a href="/posts/notes/cv.html">CV</a></li>
26-
<li><a href="http://www.crcpress.com/product/isbn/9781466571433">Book</a></li>
27-
<li><a href="https://speakerdeck.com/hsanchez">Slides</a></li>
28-
</ul>
29-
30-
<!-- <ul>
10+
<div class="col">
11+
<h3>Follow Me</h3>
12+
13+
<ul>
14+
<li>
15+
<a href="https://twitter.com/intent/user?screen_name=huascarsanchez"
16+
>Twitter</a
17+
>
18+
</li>
19+
<li><a href="http://www.github.com/hsanchez">Github</a></li>
20+
<li><a href="http://www.linkedin.com/in/huascarsanchez">LinkedIn</a></li>
21+
</ul>
22+
</div>
23+
24+
<div class="col">
25+
<h3>Check out</h3>
26+
27+
<ul>
28+
<li><a href="/posts/notes/cv.html">CV</a></li>
29+
<li>
30+
<a href="http://www.crcpress.com/product/isbn/9781466571433">Book</a>
31+
</li>
32+
<li><a href="/posts">Posts</a></li>
33+
</ul>
34+
35+
<!-- <ul>
3136
<li><a href="/posts/notes/cv.html">CV</a></li>
3237
<li><a href="/posts">Posts</a></li>
3338
<li><a href="/posts/notes">Notes</a></li>
3439
<li><a href="/projects">Projects</a></li>
3540
</ul> -->
36-
</div>
41+
</div>
3742

38-
<div class="col">
39-
<h3 id="learn_more">Learn More</h3>
40-
41-
<ul>
42-
<!-- <li><a href="/about">About</a></li> -->
43-
<li><a href="/posts/thesiswork">PhD Work</a></li>
44-
<li><a href="/posts/notes/pubs.html">Publications</a></li>
45-
<!-- <li><a href="/coursework">Coursework</a></li> -->
46-
</ul>
47-
</div>
43+
<div class="col">
44+
<h3 id="learn_more">Learn More</h3>
4845

46+
<ul>
47+
<!-- <li><a href="/about">About</a></li> -->
48+
<li><a href="/posts/thesiswork">PhD Work</a></li>
49+
<li><a href="/posts/notes/pubs.html">Publications</a></li>
50+
<li><a href="https://speakerdeck.com/hsanchez">Slides</a></li>
51+
<!-- <li><a href="/coursework">Coursework</a></li> -->
52+
</ul>
53+
</div>
4954

50-
<!-- <div class="col">
55+
<!-- <div class="col">
5156
<h3>Follow Me</h3>
5257
5358
<ul>
@@ -57,23 +62,35 @@ <h3>Follow Me</h3>
5762
</ul>
5863
</div> -->
5964

60-
<div style="display:none">
61-
<!-- <div id="data">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div> -->
62-
<div class="modal_box" id="notify_me">
63-
<p><strong>Mailing List Signup</strong></p>
64-
<p style="font-weight: 100; font-size: 14px; margin: 0 0 20px 0;" id="box_txt">Stay up to date on my latest work, news, and info!
65-
</p>
66-
67-
<p id="form_txt" class="form_msg hidden"></p>
68-
69-
<form id="subscribe_form" action="http://groups.google.com/group/academic/boxsubscribe">
70-
<!--suppress HtmlFormInputWithoutLabel -->
71-
<input type="text" name="email" class="email" value="Type your email" id="input_email"
72-
onfocus="if (this.value=='Type your email') this.value = ''"
73-
onblur="if (this.value=='') this.value = 'Type your email'"/>
74-
<input type="submit" value="Subscribe" class="btn"/>
75-
</form>
76-
</div>
77-
</div>
78-
65+
<div style="display: none">
66+
<!-- <div id="data">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div> -->
67+
<div class="modal_box" id="notify_me">
68+
<p><strong>Mailing List Signup</strong></p>
69+
<p
70+
style="font-weight: 100; font-size: 14px; margin: 0 0 20px 0"
71+
id="box_txt"
72+
>
73+
Stay up to date on my latest work, news, and info!
74+
</p>
75+
76+
<p id="form_txt" class="form_msg hidden"></p>
77+
78+
<form
79+
id="subscribe_form"
80+
action="http://groups.google.com/group/academic/boxsubscribe"
81+
>
82+
<!--suppress HtmlFormInputWithoutLabel -->
83+
<input
84+
type="text"
85+
name="email"
86+
class="email"
87+
value="Type your email"
88+
id="input_email"
89+
onfocus="if (this.value == 'Type your email') this.value = '';"
90+
onblur="if (this.value == '') this.value = 'Type your email';"
91+
/>
92+
<input type="submit" value="Subscribe" class="btn" />
93+
</form>
94+
</div>
95+
</div>
7996
</footer>

0 commit comments

Comments
 (0)