-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork-experience-juniper-networks.html
145 lines (125 loc) · 6.46 KB
/
work-experience-juniper-networks.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
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible"
content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Maya Angelica Hernandez</title>
<link rel="icon"
href="img/mayalogojpg.jpg">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css"
rel="stylesheet">
<!--Custom CSS -->
<link id ="stylesheet"
href="css/style.css"
rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"
rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,400italic'
rel='stylesheet'
type='text/css'>
<script src="scripts/modernizr.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37048322-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-37048322-3');
</script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="white-background">
<!-- Borders -->
<span class="bt black-background"></span>
<span class="br black-background"></span>
<span class="bb black-background"></span>
<span class="bl black-background"></span>
<!-- Name -->
<header>
<div id="name">
<a href="index.html" style="color: black;">MAYA ANGELICA HERNANDEZ</a>
</div>
</header>
<div class="information-container">
<div class="information-contents black-text">
<div class="column-title">JUNIPER NETWORKS</div>
<div class="date">
May 2016 - August 2016
</div>
<div>
<p>
In the summer of 2016 between junior and senior year of university, I interned as a software developer at Juniper Networks on the Product Line Management/Technical Marketing Engineering team, which was a sort of technical product services department. In this internship, I created a website with Linux, Apache 2, MySQL, PHP, HTML, and CSS to easily search through a database of automation tools and code such as PyEZ and Slax scripts to expand awareness and usability of automation. Since Pokemon Go was big in summer 2016 and my Automation Tools and Code Index highly resembled a Pokedex which are used to search for Pokemon, I decided on a Pokemon theme for the intern showcase, with automation tools and scripts as the Pokemon. I made a video with dubbed subtitles about my project over the Pokemon theme song, stickers and handouts as Pokemon cards with information on various automation tools and links to the site itself, which can only be accessed within Juniper's VPN.
</p>
<p>
Overall I appreciated my managers who were incredibly supportive and taught me more about the industry in general and this internship for exposing me to that sort of old school technology, corporate, business casual, big company culture in Silicon Valley with the money to host proper intern events. I got a taste of living in South Bay without a car, that Caltrain and VTA light rail life. And despite its boring veneer, with the comradarie of the other interns we made the most of Castro St Mountain View and Downtown Palo Alto and nights playing Avalon in front of the Stanford church. And via work happy hours and newly turning 21, I discovered I liked beer. Stella specifically. It was a great summer I look back fondly on.
</p>
<div class="image-grid-row">
<div class="image-grid-column">
<img class="grid-image" src="img/juniper/jn-1.JPG">
<img class="grid-image" src="img/juniper/jn-4.JPG">
<img class="grid-image" src="img/juniper/jn-5.gif">
<img class="grid-image" src="img/juniper/jn-9.JPG">
</div>
<div class="image-grid-column">
<img class="grid-image" src="img/juniper/jn-2.JPG">
<img class="grid-image" src="img/juniper/jn-6.JPG">
</div>
<div class="image-grid-column">
<img class="grid-image" src="img/juniper/jn-3.gif">
<img class="grid-image" src="img/juniper/jn-7.JPG">
<img class="grid-image" src="img/juniper/jn-8.JPG">
</div>
</div>
</div>
</div>
</div>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- The Close Button -->
<span class="close-button">×</span>
<!-- Modal Caption (Image Text) -->
<div id="caption"></div>
<!-- Modal Content (The Image) -->
<img class="modal-content" id="modalImg">
</div>
<footer>
<a href="work-experience.html">
<div class="back">
<img src="img/back-black.png">
</div>
</a>
<div id="social">
<a href="mailto:[email protected]" target="_blank" class="icons">
<img src="img/email-black.png">
</a>
<a href="http://github.com/mayaah" target="_blank" class="icons">
<img src="img/gh-black.png">
</a>
<a href="http://www.linkedin.com/in/mayaah" target="_blank" class="icons">
<img src="img/li-black.png">
</a>
<a href="http://www.youtube.com/channel/UCA9LKLw8TGmIiA_LF3N2_bw" target="_blank" class="icons">
<img src="img/yt-black.png">
</a>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery.JavaScript"></script>
<script src="js/jquery.panelslider.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script src="https://malsup.github.com/jquery.cycle2.js"></script>
</body>
</html>