Skip to content

Commit c07491b

Browse files
Added contact me links
1 parent 829ba49 commit c07491b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,11 @@ <h1 id="curstomization-css">Custom CSS</h1>
520520
(e.g. the <a href="https://gist.github.com/andreareginato/06a454d76ad619bb4f9f" target="blank">blue button CSS</a>).
521521
</p>
522522

523+
<p class="notice">
524+
<a href="mailto:[email protected]">Mail</a> or <a href="http://twitter.com/andreareginato">Tweet</a>
525+
me if you make new CSS buttons so that we can add them do the docs.</p>
526+
</p>
527+
523528

524529
<h1 id="customization-template">Custom Template</h1>
525530

@@ -763,7 +768,9 @@ <h1 id="links">Links</h1>
763768
<h1 id="thanks">Thanks</h1>
764769

765770
<p>
766-
Project created and released as open-source thanks to <a href="http://lelylan.com">Lelylan</a>.
771+
Project created and released as open-source thanks to <a href="http://lelylan.com" target="_blank">Lelylan</a>.<br>
772+
<a href="mailto:[email protected]" target="_blank">Mail</a> or <a href="http://twitter.com/andreareginato" target="_blank">Tweet</a>
773+
me for any idea that can improve the project.</p>
767774
</p>
768775

769776
</div>

public/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,9 @@ table.button .title {
282282
table.button .parameter {
283283
width: 100px;
284284
}
285+
286+
.notice {
287+
background-color: #f4f4f4;
288+
padding: 1em;
289+
border: 1px solid #e4e4e4;
290+
}

0 commit comments

Comments
 (0)