-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (70 loc) · 3.25 KB
/
Copy pathindex.html
File metadata and controls
103 lines (70 loc) · 3.25 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
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
<!DOCTYPE html>
<html>
<head>
<title> Josephine for DSS Vice President! </title>
<link rel="stylesheet" type= "text/css" href = "./css/style.css" >
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Redressed&display=swap" rel="stylesheet">
<body>
<h1> Hello members of LSE Data Science Society! </h1>
<h2>
My name is Josephine, and it would be an <strong> honour </strong> if I could serve as your <strong> Vice President </strong>.
</h2>
<div class="bluebox">
<h3> Why am <i> I </i> suited to the role? </h3>
<ul>
<li class="bluecolor">I have a diverse range of experiences in: sponsorships, event planning, speaker liaison, teaching etc</li>
<li class="bluecolor">I have a clear vision, exciting ideas, and care about inclusivity for <i> all </i> members </li>
<li class="bluecolor">Leadership style = Consultative, consensus-builder </li>
<li class="bluecolor"> Personal attributes:
<ul>
<li class="bluecolor">Dedicated</li>
<li class="bluecolor">Approachable</li>
<li class="bluecolor">Trustworthy</li>
<li class="bluecolor">Adaptable</li>
</ul> </li>
</div>
<iframe width="1000" height = "600" src="./DSS_speech.mp4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>
<a href = "https://www.linkedin.com/in/josephine-koay-yi-ting/" > You can read more about me at my LinkedIn. </a> </h2>
<h2>
Or read my manifesto below :)
</h2>
<img src ="./Final VP Manifesto.png" width="1000">
<h2>
Enough about me, tell me about <strong> YOU </strong> !
</h2>
<h3> I would love to hear what <i> you </i> think DSS should be like next year, and hope that you might tell me in the survey below: </h3>
<html>
<head>
<title>Contact details</title>
</head>
<body>
<!-- can use google form later! -->
<form action="https://google.com/?q=">
<p>Your Name: <input type="text" name="q"></p>
<p>Your LSE ID: <input type="text"></p>
<p> Here are some of my initiatives for next year. Which of these would you like to see in action? </p>
<p><input type="checkbox"> Drop-in Data Science Support Lab</p>
<p><input type="checkbox"> Student-alumni career mentorship </p>
<p><input type="checkbox"> LinkedIn community & networking event with Alumni</p>
<p><input type="checkbox"> Careers newsletter for alumni </p>
<p><input type="checkbox"> Socials with UCL & Imperial </p>
<p><input type="checkbox"> Research projects with CIVICA unis (e.g. in Germany, France, Sweden) </p>
<p><input type="checkbox"> Data science for good = socially impactful projects + fundraisers </p>
<p>Other suggestions: <input type="text"></p>
<p>Top industry you would like to work in: <input type="text"></p>
<p><input type="submit" value="Submit"></p>
</form>
<h3>
Thanks for answering my survey, and for reading my manifesto! I love getting to know people, and you can reach me on LinkedIn if you would like to discuss anything further :)
</h3>
<h3>
I hope you will consider supporting me, and I hope to serving you next year!
</h3>
<h4> Best, </h4>
<h4> Josephine </h4>
</body>
</html>
</body>
</html>