-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtalent.html
executable file
·110 lines (98 loc) · 5.99 KB
/
talent.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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>BYU Dev Club</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon_64.ico">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="./index">BYU Dev</a></h1>
<nav id="nav">
<ul>
<li>
<a href="#">What We Do</a>
<ul>
<li><a href="./index#student-spotlight">Student Spotlight</a></li>
<li><a href="./index#talent">BYU Developers Talent Network</a></li>
</ul>
</li>
<li>
<a href="#">What We've Accomplished</a>
<ul>
<li><a href="./index#club-projects">Club Projects</a></li>
<li><a href="./index#talent">BYU Developers Talent Network</a></li>
</ul>
</li>
<li><a href="https://joshcockrell.com/resume-template" target="_blank">Resume Template</a></li>
<li><a href="./officers" target="_blank">Officers</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLScKH52O1K8bBh1v-Epv-FbxfZmowHpPzJRkEk5lqDlBZO2VtQ/viewform?usp=sf_link" target="_blank">Apply For Leadership</a></li>
<li><a href="./index#find-students">Work With Students</a></li>
<li><a href="./index#join" class="button special">Join</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>BYU Developers Talent Network</h2>
<p>Submit your resume to 100's of top tech companies (including Apple, AirBnb, Paypal, Qualtrics, Google, Docker, etc..)</p>
<p>Closed for the 2020 Fall Semester</p>
</header>
<!-- Content -->
<section id="content">
<a href="#" class="image fit"><img src="images/outside_man.jpg" alt="" /></a>
<h3>What is the Talent Network?</h3>
<p>The Talent Network is our way of connecting BYU students to top teir tech companies and startups. You give us your resume. We give it to recruiters.</p>
<h3>How it Works</h3>
<p>We gather resumes from BYU students in search of full-time work after graduation, part-time work during school, or summer internships. These resumes are curated to ensure companies receive qualified candidates. They are then distributed to 100's of companies across the US, as well as local Utah companies. This is made possible through our partnerships with top tech VC firms and with several local tech companies.</p>
<h3>Which Companies Will Receive My Resume?</h3>
<p>Sequoia Capital, The Campus Founders Fund, and EpicVC will distribute your resume to their portfolio companies. The <a href="https://www.sequoiacap.com/companies/" target="_blank">Sequoia Capital Full Company List</a>, <a href="https://www.campusfounders.com/portfolio" target="_blank">Campus Founders Fund Portfolio</a>, and <a href="https://epicvc.com/portfolio/" target="_blank">EpicVC's Portfolio</a> can be viewed online. Yeah, there's a lot of em.</p>
<h3>Am I Guaranteed an Interview with Apple, Eventbrite, Atari [insert cool company]?</h3>
<p>No. Getting an interview depends on the quality of your resume as well as many other factors. We will not send sub-par resumes to top-teir tech companies. If your resume is not fit for an out of state internship, we will put you in touch with local companies until you can gain more experience.</p>
<h3>When is the Submission Deadline?</h3>
<p>Closed for the 2020 Fall Semester.</p>
<!--
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdryBjrm2VdIZkSQqrBeTJvk9Vi88FSuJP30hBdCGKTIaVK3A/viewform" target="_blank" class="button special">Submit your resume</a>
-->
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© <script>document.write(new Date().getFullYear())</script> BYU Developers Club. All rights reserved.</li><li>Design:
<a target="_blank" href="http://devmunchies.com/">Sam Eaton</a>,
<a target="_blank" href="http://joshcockrell.com/">Josh Cockrell</a>,
<a target="_blank" href="http://tylermarkpeterson.com/">Tyler Peterson</a>,
<a target="_blank" href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>