Skip to content

Commit 90bf2ff

Browse files
authored
Add SIGSOFT50 story page
* Add SIGSOFT50 story page * Refine SIGSOFT50 story page * Polish SIGSOFT50 page copy * Fix SIGSOFT50 PR preview asset paths
1 parent d696b68 commit 90bf2ff

72 files changed

Lines changed: 773 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ pluralizelisttitles = false
5959
weight = 6
6060
parent = "menu.abt"
6161

62+
[[menu.main]]
63+
name = "SIGSOFT50"
64+
url = "/sigsoft50"
65+
weight = 7
66+
parent = "menu.abt"
67+
6268

6369

6470
[[menu.main]]

content/sigsoft50.html

Lines changed: 188 additions & 0 deletions
Large diffs are not rendered by default.

layouts/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
{{ partial "features.html" . }}
2020

21+
{{ partial "sigsoft50_highlight.html" . }}
22+
2123
{{ partial "academy_highlight.html" . }}
2224

2325
{{ partial "testimonials.html" . }}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<section class="bar background-white sigsoft50-highlight">
2+
<div class="container">
3+
<div class="row sigsoft50-highlight__row">
4+
<div class="col-md-7">
5+
<p class="sigsoft50-highlight__eyebrow">50th Anniversary</p>
6+
<h2>SIGSOFT50</h2>
7+
<p class="lead">
8+
A story of people, institutions, memory, and renewal from the ACM SIGSOFT 50th Anniversary Celebration.
9+
</p>
10+
<p>
11+
<a href="sigsoft50/" class="btn btn-template-main">
12+
Explore the Celebration
13+
</a>
14+
</p>
15+
</div>
16+
<div class="col-md-5">
17+
<a href="sigsoft50/" class="sigsoft50-highlight__image" aria-label="Explore the SIGSOFT50 anniversary celebration">
18+
<img src="sigsoft50/slides/slide-02.jpg" alt="SIGSOFT50 anniversary celebration opening slide">
19+
</a>
20+
</div>
21+
</div>
22+
</div>
23+
</section>

0 commit comments

Comments
 (0)