-
Notifications
You must be signed in to change notification settings - Fork 0
/
entry-level-frontend.html
132 lines (121 loc) · 4.86 KB
/
entry-level-frontend.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Savvato - Entry Level Front End Job Description</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<nav id="nav" class="alt">
<span class="image"><a href="mock-interview.html"><img src="images/savvato-logo.jpg" alt="" /></a></span>
<ul>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<h2>Entry Level Front End Developer</h2>
<br/>
<div class="jobdescription-desc">
The front end is everything the application user sees, and the code which makes
it work. A Front End Developer will write code to retrieve data from the back
end, and use web frameworks to present it to users in a pleasing user interface.
</div>
<br/>
<b>Responsibilities:</b><br/>
<ul>
<li>All comers</li>
<ul>
<li>Design and develop clean, top-quality user interfaces using HTML5, CSS and Javascript.</li>
<li>Work on several different projects at once.</li>
<li>Create W3C Error Free Code.</li>
</ul>
<li>Top Tier</li>
<ul>
<li>Develop prototypes and architectures for new concepts and technologies.</li>
<li>Continue to expand knowledge of new technologies, as well as strengthen current knowledge base</li>
<li>Open to colleague feedback and ideas they may have on improving what is created</li>
</ul>
</ul>
<b>Requirements:</b><br/>
<ul>
<li>All comers<br/>
<ul>
<li>Conversational knowledge in web-based application development and programming.</li>
<li>Knowledge of RESTful API services, JSON, MVC architecture</li>
<li>Familiarity with JavaScript frameworks such as React or Angular</li>
<li>Understanding of DOM</li>
<li>Attention to detail</li>
</ul>
</li>
<li>
Top Tier<br/>
<ul>
<li>Experience with version control systems such as Git</li>
<li>Familiarity with the HTTP Request-Response Cycle</li>
<li>Understand asynchronous coding: AJAX, Promises, Observables, Async/Await</li>
<li>Familiarity with project management tools such as JIRA, Rally.</li>
<li>SEO knowledge</li>
</ul>
</li>
</ul>
<b>To the next level</b><br/>
<ul>
<li>Must demonstrate recent code they've written in their own time.</li>
<li>Portfolio showcasing recent projects</li>
<li>Be comfortable on a white board.</li>
</ul>
<br/>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Savvato</h2>
<p>Life is about who you meet, and the things you build with them. We're building a community which teaches people how to create great software. Then our software works to create great communities.</p>
<!-- <ul class="actions">-->
<!-- <li><a href="generic.html" class="button">Learn More</a></li>-->
<!-- </ul>-->
</section>
<section>
<h2>Chat with us!</h2>
<dl class="alt">
<!-- <dt>Address</dt>-->
<!-- <dd>1234 Somewhere Road • Nashville, TN 00000 • USA</dd>-->
<!-- <dt>Phone</dt>-->
<!-- <dd>(000) 000-0000 x 0000</dd>-->
<dt>Email</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
<ul class="icons">
<li><a href="https://www.linkedin.com/company/savvato" class="icon brands fa-linkedin alt"><span class="label">LinkedIn</span></a></li>
<!-- <li><a href="#" class="icon brands fa-facebook-f alt"><span class="label">Facebook</span></a></li>-->
<!-- <li><a href="#" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li>-->
<li><a href="https://www.github.com/savvato-software" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
<!-- <li><a href="#" class="icon brands fa-dribbble alt"><span class="label">Dribbble</span></a></li>-->
</ul>
</section>
<p class="copyright">© Savvato Software. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>