forked from double-speak/doublespeak.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (44 loc) · 3.4 KB
/
index.html
File metadata and controls
55 lines (44 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
---
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/assets/css/homepagestyle.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<title>doublespeak</title>
<body>
{% include navbar.html %}
<div class="welcome">
<h1> welcome to <br> doublespeak </h1>
<p class="welcome-p"><em>DoubleSpeak</em> is the University of Pennsylvania’s journal for poetry in translation. Founded in 2012, our annual journal celebrates a range of languages, cultures, and countries through thoughtful curation of poets across centuries and around the world.</p>
</div>
<div class="container">
<div class="currentissue">
<a href="toc2024.html">
<div class="currentissue-overlay"></div>
<h2 class="currentissue-overlay-text">latest issue</h2>
</a>
<img class="currentissue" src="assets/images/images_24/2024issuecover.jpg" alt="Click here to go to the latest issue of <em>DoubleSpeak</em>.">
</div>
<div class="submit">
<h1>get in touch</h1>
<p class="submit-p">Do you love translation and languages, or want to learn more about them? Submit a translation to <em>DoubleSpeak</em>’s next issue, and join our mailing list to stay updated.</p>
<a href="submit.html" class="sublink-a">
<div class="sublink-button">
submit!
</div>
<br><br>
<p>
<a href="https://www.instagram.com/doublespeak.mag/" class="sublink-a">
<svg style= "width: 2em; height: 2em; vertical-align: -0.125em;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>
</a>
<a href="https://www.facebook.com/penndoublespeak/" class="sublink-a">
<svg style= "width: 2em; height: 2em; vertical-align: -0.125em;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"/></svg>
</a>
</p>
</div>
</div>
</body>
<html>