Skip to content
Open
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
6 changes: 6 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ pluralizelisttitles = false
weight = 6
parent = "menu.abt"

[[menu.main]]
name = "SIGSOFT50"
url = "/sigsoft50"
weight = 7
parent = "menu.abt"



[[menu.main]]
Expand Down
188 changes: 188 additions & 0 deletions content/sigsoft50.html

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">

<head>
{{ partial "headers.html" . }}
{{ partial "custom_headers.html" . }}
</head>

<body>

<div id="all">

{{ partial "top.html" . }}

{{ partial "nav.html" . }}

{{ partial "carousel.html" . }}

{{ partial "features.html" . }}

{{ partial "sigsoft50_highlight.html" . }}

{{ partial "testimonials.html" . }}

{{ partial "see_more.html" . }}

{{ partial "recent_posts.html" . }}

{{ partial "clients.html" . }}

{{ partial "footer.html" . }}

</div>
<!-- /#all -->

{{ partial "scripts.html" . }}

</body>
</html>
23 changes: 23 additions & 0 deletions layouts/partials/sigsoft50_highlight.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<section class="bar background-white sigsoft50-highlight">
<div class="container">
<div class="row sigsoft50-highlight__row">
<div class="col-md-7">
<p class="sigsoft50-highlight__eyebrow">50th Anniversary</p>
<h2>SIGSOFT50</h2>
<p class="lead">
A story of people, institutions, memory, and renewal from the ACM SIGSOFT 50th Anniversary Celebration.
</p>
<p>
<a href="sigsoft50/" class="btn btn-template-main">
Explore the Celebration
</a>
</p>
</div>
<div class="col-md-5">
<a href="sigsoft50/" class="sigsoft50-highlight__image" aria-label="Explore the SIGSOFT50 anniversary celebration">
<img src="sigsoft50/slides/slide-02.jpg" alt="SIGSOFT50 anniversary celebration opening slide">
</a>
</div>
</div>
</div>
</section>
Loading
Loading