Skip to content

Commit 06fd173

Browse files
authored
migration from old website: logo page (#54)
* add LinkedIn to banner
1 parent 88f196d commit 06fd173

19 files changed

+482
-1
lines changed

config.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pluralizelisttitles = false
4343

4444
[[menu.main]]
4545
name = "Logos"
46-
url = "https://www.sigsoft.org/resources/logos.html"
46+
url = "/logos/logos"
4747
weight = 4
4848
parent = "menu.abt"
4949

@@ -282,6 +282,11 @@ pluralizelisttitles = false
282282
url = "https://twitter.com/sigsoft"
283283
pre = "<i class='fab fa-2x fa-twitter'></i>"
284284

285+
[[menu.topbar]]
286+
weight = 4
287+
name = "Linkedin"
288+
url = "https://www.linkedin.com/company/acm-sigsoft/"
289+
pre = "<i class='fab fa-2x fa-twitter'></i>"
285290

286291
[params]
287292
viewMorePostLink = "/blog/"

content/logos/ICSE-gears-bw-large.png

17.7 KB
Loading

content/logos/ICSE-gears-bw-large.tif

702 KB
Binary file not shown.

content/logos/acm_logo.gif

1.99 KB
Loading

content/logos/logos.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
+++
3+
title = "ACM SIGSOFT Logos"
4+
description = "ACM SIGSOFT Logos"
5+
keywords = ["LOGOS","ACM SIGSOFT Logos"]
6+
+++
7+
8+
Here are logos for use in publicity materials and publications.
9+
10+
## ACM Logo
11+
[ACM Logo](/logo/acm_logo.gif)
12+
13+
{{< figure src="/img/logos/acm_logo.gif" height=".3" title="" >}}
14+
15+
## SIGSOFT Logo
16+
17+
### SIGSOFT Logo with tagline:
18+
19+
{{< figure src="/img/logos/sigsoft.png" height=".3" title="" >}}
20+
21+
- [Portable Network Graphics PNG](/logo/sigsoft.png)
22+
- [Adobe Illustrator AI](/logo/sigsoft.ai.ps)
23+
- [Adobe Acrobat PDF](/logo/sigsoft.pdf)
24+
- [Encapsulated PostScript EPS](/logo/sigsoft.eps)
25+
- [Scalable Vector Graphics SVG](/logo/sigsoft.svg)
26+
27+
28+
### SIGSOFT Logo without tagline:
29+
30+
{{< figure src="/img/logos/sigsoft-no-tagline.png" height=".3" title="" >}}
31+
32+
- [Portable Network Graphics PNG](/logo/sigsoft-no-tagline.png)
33+
- [Adobe Illustrator AI](/logo/sigsoft-no-tagline.ai)
34+
- [Adobe Acrobat PDF](/logo/sigsoft-no-tagline.pdf)
35+
- [Encapsulated PostScript EPS](/logo/sigsoft-no-tagline.eps)
36+
- [Scalable Vector Graphics SVG](/logo/sigsoft-no-tagline.svg)
37+
38+
## SIGSOFT ICSE Logo
39+
40+
{{< figure src="/img/logos/ICSE-gears-bw-large.png" height=".3" title="" >}}
41+
42+
- [TIFF](/logo/ICSE-gears-bw-large.tiff)
43+
44+
233 KB
Binary file not shown.

content/logos/sigsoft-no-tagline.eps

532 KB
Binary file not shown.

content/logos/sigsoft-no-tagline.pdf

233 KB
Binary file not shown.

content/logos/sigsoft-no-tagline.png

80.5 KB
Loading

content/logos/sigsoft-no-tagline.svg

+84
Loading

content/logos/sigsoft.ai.ps

241 KB
Binary file not shown.

content/logos/sigsoft.eps

558 KB
Binary file not shown.

content/logos/sigsoft.pdf

241 KB
Binary file not shown.

content/logos/sigsoft.png

109 KB
Loading

0 commit comments

Comments
 (0)