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

Enhanced Profiles Page #350

Merged
merged 1 commit into from
Jan 15, 2022
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
21 changes: 0 additions & 21 deletions _layouts/profile.html

This file was deleted.

17 changes: 16 additions & 1 deletion _layouts/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,24 @@
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/contributors.css" />
</head>

<div class="section-title1">
<span class="tag tag-regular">{{ page.title }}</span>
<p class="pt-2">Last Updated: {{ page.date | date: "%b %-d %Y" }}</p>
</div>

<div class="container padding contributors">
<div class="container contributors">

{{ content }}

</div>

<!-- "Return to main page" button section -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12" >
<a href="{{ site.baseurl }}/" ><button type="button" class="btn bt-raised btn-custom bt lastButtonMargin" >Return to main page</button></a>
</div>
</div>
</div>
</section>
32 changes: 10 additions & 22 deletions css/contributors.css
Original file line number Diff line number Diff line change
@@ -1,50 +1,38 @@
*{
line-height: 3rem;
}
.padding{
padding: 2rem 5rem;
margin-left: 2rem;
}
.contributors{
font-size: 2.5rem;
}
.contributors>ul{
padding-left: 2rem;
word-wrap: break-word;
padding: 0rem 5rem;
}
.link, .link:active, .link:visited, .contributors>ul{
color: black;
text-decoration: black underline !important;
}
.contributors>ul>li{
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 2rem;
}
.contributors>ul>li>a, .contributors>ul>li>p, .contributors>ul>li>p>a {
text-decoration: none !important;
font-size: 2.5rem;
font-size: 2rem;
font-weight: 500;
padding: 0.5rem 0.5rem;
color: black;
}
.contributors>ul, .contributors>ul:active, .contributors>ul:visited, .contributors>ul:hover{
text-decoration: none !important;
}
h3{
font-size: 4rem;
font-weight: 800;
.contributors>h3{
font-size: 3rem;
font-weight: 600;
padding-left: 2rem;
}
strong{
padding-right: 1rem;
}
ul{
.contributors>ul{
list-style:disc !important;
}
ul>li>ul{
margin-left:1rem ;
.contributors>ul>li>ul{
list-style: none !important;
}
ul>li>ul>li{

.contributors>ul>li>ul>li{
font-size: 1.5rem;
}