Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaimone committed Oct 7, 2024
1 parent ad7800c commit c030c5b
Show file tree
Hide file tree
Showing 26 changed files with 197 additions and 171 deletions.
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Site Settings
lang: en

title: US-RSE'25
description: US-RSE Conference 2025
title: USRSE'25
description: USRSE 2025 Conference

url: "https://us-rse.org"
baseurl: "/usrse25"
Expand All @@ -12,7 +12,7 @@ banner: /assets/img/main_logo_transparent.png
icon: /assets/img/main_logo_transparent.png
domain: https://us-rse.org

email: contact@us-rse.org
email: usrse25-conference@us-rse.org
permalink: /:year-:month-:day-:title/

favicon: /assets/img/favicon.ico
Expand All @@ -21,7 +21,8 @@ fixed_navbar: top
paginate: 5
paginate_path: "/news/page:num/"

excerpt_length: 200
excerpt_length: 1000
excerpt_separator: "<!--more-->"

# social media
twitter: us_rse
Expand Down
16 changes: 16 additions & 0 deletions _data/callouts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
items:
- title: Volunteer
subtitle: >
Help make USRSE'25 a success <br>
link: organization/
link_name: Join the Planning Committee
- title: Join the Mailing List
subtitle: >
Keep up to date with conference information <br>
link: https://groups.google.com/a/us-rse.org/g/usrse-conference
link_name: Add Your Email
- title: Have Questions?
subtitle: >
Contact the conference organizers <br>
link: mailto:[email protected]
link_name: Get in Touch
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- name: News & Updates
link: news/
- name: Participate
link: participate/
#- name: Program
Expand Down
4 changes: 2 additions & 2 deletions _includes/callouts.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% assign callouts=site.data.callouts.[page.callouts] %}

<section id="features" class="block block-grid outer">
<div class="inner">
<div class="inner">
<div class="block-content">
<div class="grid grid-col-3">
{% for callout in callouts.items %}
Expand All @@ -14,7 +14,7 @@ <h3 class="grid-item-title line-left">
<div class="grid-item-content">
<p>{% if callout.subtitle %}{{ callout.subtitle | newline_to_br }}{% endif %}
{% if callout.description %}{{ callout.description | newline_to_br }}{% endif %}
</p>
</p>
</div>
<div class="grid-item-buttons">
{% if callout.link %}
Expand Down
5 changes: 3 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<div class="container">
<div class="navbar-brand">
<a href="{{ site.baseurl }}/" class="navbar-item {% if page.url == "/" %}is-active{% endif %}">
{{ site.title }}
<!--{{ site.title }} -->
<img src="{{ site.baseurl }}/assets/img/logo_horiz_long_white.png">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu" :class="{ 'is-active': openNav }" x-on:click="openNav = !openNav">
<span aria-hidden="true"></span>
Expand Down Expand Up @@ -33,7 +34,7 @@
{% endfor %}
{% endif %}
</div>
<a type="button" style="margin:auto 5px; -webkit-appearance: none;" class="btn btn-light btn-sm" href="https://us-rse.org">
<a type="button" style="margin:auto 5px; -webkit-appearance: none;" class="btn btn-info btn-sm" href="https://us-rse.org">
US-RSE Association
</a>

Expand Down
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{% if page.show_hero %}
{% include hero.html %}
{% endif %}
{% include callouts.html %}
<section class="section" style="background-color: white; border-radius:3px">
<div class="container">
<div class="columns">
Expand Down
46 changes: 30 additions & 16 deletions _layouts/news.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
---
layout: default
layout: page
---

{{ content }}

<div class="columns is-multiline">
<div class="column is-12">
{% include pagination.html %}
</div>
&nbsp;
{% for post in paginator.posts %}
<div class="column is-12">
{% include post-card.html %}
</div>
{% endfor %}
<div class="column is-12">
{% include pagination.html %}
</div>
<div class="column is-12">
{% include subscribe.html %}
<div class="posts-list">
{% for post in site.posts %}
<article class="post-preview" style="margin-top: 4ex;">
<a href="{{ post.url | prepend: site.baseurl }}">
<h3 class="post-title">{{ post.title }}</h3>
</a>

<p class="post-meta" style="margin-top: -1ex;">
Posted on {{ post.date | date: "%B %-d, %Y" }}
</p>

<div class="post-entry-container">
<div class="post-entry">
{% if post.tags contains 'full' %}
{{ post.excerpt }}
{% else %}
{{ post.excerpt | xml_escape | truncatewords: site.excerpt_length }}
{% assign excerpt_word_count = post.excerpt | number_of_words %}
{% if post.content != post.excerpt or excerpt_word_count > site.excerpt_length %}
<a href="{{ post.url | prepend: site.baseurl }}" class="post-read-more">[Read&nbsp;More]</a>
{% endif %}
{% endif %}
<br>
<hr>
</div>
</div>

</article>
{% endfor %}
</div>

12 changes: 3 additions & 9 deletions _posts/2024-09-24-tbd.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
---
layout: post
title: To be continued...
title: We're Heading East
date: 2024-09-24
tags:
tags: full
---

Our US-RSE Conference series will continue in 2025!

Keep an eye on this website for announcements relating to US-RSE'25.

Feel free to also [join our mailing list](https://groups.google.com/a/us-rse.org/g/usrse-conference)
to get updates on the US-RSE conference series.

The USRSE Conference series will continue in 2025! Plan to join us in Philadelphia, PA in October 2025. [Join our mailing list](https://groups.google.com/a/us-rse.org/g/usrse-conference) to get updates on the USRSE Conference Series. <!--more-->
9 changes: 9 additions & 0 deletions _posts/2024-10-07-volunteer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
title: Join the Conference Planning Committee
date: 2024-10-07
tags: full
---

Applications to join the [2025 conference planning committee](../about/organization/) are now open. Learn more about available roles and volunteer expectations [here](../about/organization/).
<!--more-->
5 changes: 5 additions & 0 deletions assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--infodk: #138496;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--usrsemain: #741755;
--usrselight: #bd8ba6;
--usrsegrn: #17746e;
--usrseblue: #175574;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
Expand Down
13 changes: 9 additions & 4 deletions assets/css/reboot.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ textarea {
.line-left {
position: relative; }
.line-left:after {
background: darkmagenta;
background: var(--info);
display: block;
content: "";
height: 100%;
Expand Down Expand Up @@ -1436,7 +1436,7 @@ textarea {
.grid-item-inside {
background: #fff;
border: 1px solid #dde0e7;
border-radius: 3px;
border-radius: 10px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
box-sizing: border-box;
-ms-flex-positive: 1;
Expand Down Expand Up @@ -1743,8 +1743,13 @@ blockquote cite:before {
padding-right: 5px;
}
a:visited {
color: #cc6ca5
;
color: #741755;
}
a.btn:visited {
color: #fff;
}
a.btn {
color: #fff;
}
a:hover {
color: #3a0638;
Expand Down
14 changes: 14 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12200,3 +12200,17 @@ article > a:visited {
article > a:visited:hover {
color: #741755;
}


.sectionheader {
background: var(--info);
color: #fff;
font-weight: bold;
border-radius: 10px;
padding: 10px;
margin-bottom: 10px;
}
h2.sectionheader {
color: #fff;
margin: 0px;
}
Binary file removed assets/img/avatar-icon.png
Binary file not shown.
Binary file added assets/img/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo_horiz_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo_horiz_long_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/mainbanner.png
Binary file not shown.
Binary file added assets/img/sponsor-logos/sloan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c030c5b

Please sign in to comment.