Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use recommended style for fontawesom lists #103

Merged
merged 1 commit into from
Mar 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
public
exampleSite/public
node_modules
*.lock
10 changes: 0 additions & 10 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,16 +370,6 @@ li {
margin-left: 30px;
}

ul li {
list-style-type: none;
}

.bult {
display: inline;
float: left;
padding-top: 7px;
}

/* ==========================================================================
2. Utilities - These things get used a lot
========================================================================== */
Expand Down
3 changes: 2 additions & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ var $sitehead = $("#site-head");
});
}

$("ul li").before('<span class="bult fa fa-asterisk"></span>');
$('ul').addClass("fa-ul");
$("ul li").prepend('<span class="fa-li"><i class="fa fa-asterisk"></i></span>');
$("blockquote p").prepend('<span class="quo fa fa-quote-left"></span>');
$("blockquote p").append('<span class="quo fa fa-quote-right"></span>');
});
Expand Down
5 changes: 5 additions & 0 deletions exampleSite/content/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ to
![Let us get started on a clean slate](../images/woman-pouring-juice-on-glass-3184192.jpg)

in estimated seconds.

Don't believe me? Here are some bullets

* If anyone can teach you to cook, I can
* And if you already know how to cook, I will make you that much better