-
Notifications
You must be signed in to change notification settings - Fork 0
/
director_description.html
116 lines (90 loc) · 4.64 KB
/
director_description.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
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>TechTogether New York</title>
<!-- Font Awesome Icons -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS - Includes Bootstrap -->
<link href="css/main.css" rel="stylesheet">
<link href="css/creative.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="img/logo/techtogetherny-white.png" id="logo"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto my-2 my-lg-0">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#recap">2019 Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#sponsor">Sponsor</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#organize">Organize</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Stay in Touch</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead -->
<!-- <header class="masthead">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center text-center">
</div>
</div>
</header> -->
<!-- About Section -->
<section class="page-section" id="job-page" id="recap">
<div class="container">
<div class="row justify-content-left">
<div class="col-lg-8 text-left">
<p class="mt-0" id="pre-body-title"><a href="/index.html" class ="text-red">← Go Back</a></p>
<h2 class="text-black mt-0" id = "body-title"><strong>Director of TechTogether New York</strong></h2>
<p class="text-black-50 mb-4">In this cross-functional role, you’ll be leading a team of 10 students in the planning of TechTogether New York 2020, an all-female, femme, and non-binary hackathon.</p>
<p>In this cross-functional role, you’ll be leading a team of 10 students in the planning of TechTogether New York 2020, an all-female, femme, and non-binary hackathon. Having experienced this role first hand, I can say it demands a lot of effort, consistency, and communication skills. One must have the ability to overcome challenges and propose solutions. The hours will vary from week to week but it will consistently increase as the event get's closer. No worries though you have an entire team to lean on to accomplish your goal! </p>
<button type="button" class="btn btn-danger">Apply →</button>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-light py-5">
<div class="container">
<div class="small text-center text-muted">designed and developed with tons of 💗 and ☕ from the <a href="techtogether.io" target="_blank">TechTogether</a> Team</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151420772-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-151420772-1');
</script>
</body>
</html>