-
Notifications
You must be signed in to change notification settings - Fork 18
/
resources.html
112 lines (101 loc) · 5.09 KB
/
resources.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z20TCE9DXQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z20TCE9DXQ');
</script>
<meta charset="us-ascii" />
<title>MD4SG Resources</title>
<link rel="icon" type="image/x-icon" href="images/icons/md4sg_88px.png" />
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,700" rel="stylesheet" type="text/css" />
<link href="new.css" rel="stylesheet" type="text/css" />
<script src="components/bottom_bar.js" type="text/javascript" defer></script>
<script src="components/header.js" type="text/javascript" defer></script>
<!-- stylesheets for Footer-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="components/footer_styles.css">
<!-- stylesheets for Footer-->
</head>
<body>
<div id="headpane">
<top-level-header-depth-zero-component></top-level-header-depth-zero-component>
<div id="pagetitle" style="width: 600px; margin: auto;">
<div id="name">
<p class="myname">MD4SG</p>
<p class="phd" style="font-size: 95%;">Mechanism Design for Social Good</p>
<p class="email"></p>
</div>
</div>
<div class="nav">
<table>
<tbody>
<tr>
<td><a href="aboutus.html">About</a></td>
<td><a href="leadership.html">Leadership</a></td>
<td><a href="policies.html">Policies</a></td>
<td class="on">Resources</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="contentpane">
<div id="content">
<div class="member-type">
<h1>Resources</h1>
<hr class="head" />
<h2>Newsletters</h2>
<div class="people-container">
<div class="md4sg-resource">
<img class="md4sg-resource-image" alt="June 2023" src="images/Newsletter 5.png" />
<br />
<div class="resource-name"><a class="md4sg-resource-link" href="https://www.calameo.com/read/007097616c79de4c94590" target="_blank">January 2023</a></div>
<div class="md4sg-resource-link-container">
<a class="md4sg-resource-link" href="https://www.calameo.com/read/007097616c79de4c94590" target="_blank"><img src="images/icons/link.jpg"></a>
</div>
</div>
<div class="md4sg-resource">
<img class="md4sg-resource-image" alt="January 2023" src="images/Newsletter 4.png" />
<br />
<div class="resource-name"><a class="md4sg-resource-link" href="https://en.calameo.com/read/0070976168a54316cf13e" target="_blank">January 2023</a></div>
<div class="md4sg-resource-link-container">
<a class="md4sg-resource-link" href="https://en.calameo.com/read/0070976168a54316cf13e" target="_blank"><img src="images/icons/link.jpg"></a>
</div>
</div>
<div class="md4sg-resource">
<img class="md4sg-resource-image" alt="June 2022" src="images/Newsletter 3.png" />
<br />
<div class="resource-name"><a class="md4sg-resource-link" href="https://www.calameo.com/read/007097616612cbab31750" target="_blank">June 2022</a></div>
<div class="md4sg-resource-link-container">
<a class="md4sg-resource-link" href="https://www.calameo.com/read/007097616612cbab31750" target="_blank"><img src="images/icons/link.jpg"></a>
</div>
</div>
<div class="md4sg-resource">
<img class="md4sg-resource-image" alt="January 2022" src="images/Newsletter 2.png" />
<br />
<div class="resource-name"><a class="md4sg-resource-link" href="https://en.calameo.com/read/00709761638ac01d5ca87" target="_blank">January 2022</a></div>
<div class="md4sg-resource-link-container">
<a class="md4sg-resource-link" href="https://en.calameo.com/read/00709761638ac01d5ca87" target="_blank"><img src="images/icons/link.jpg"></a>
</div>
</div>
<div class="md4sg-resource">
<img class="md4sg-resource-image" alt="June 2021" src="images/Newsletter 1.png" />
<br />
<div class="resource-name"><a class="md4sg-resource-link" href="https://en.calameo.com/read/0070976164fe6cd0bffa1" target="_blank">June 2021</a></div>
<div class="md4sg-resource-link-container">
<a class="md4sg-resource-link" href="https://en.calameo.com/read/0070976164fe6cd0bffa1" target="_blank"><img src="images/icons/link.jpg"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<bottom-bar-component></bottom-bar-component>
</body>
</html>