-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiences1.html
More file actions
146 lines (146 loc) · 7.86 KB
/
Copy pathexperiences1.html
File metadata and controls
146 lines (146 loc) · 7.86 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
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
146
<!DOCTYPE html>
<html>
<head>
<!-- <meta charset="utf-8"> -->
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto" rel="stylesheet">
<link href="assets/styles/styles.css" rel="stylesheet" type="text/css">
<link href="assets/styles/experiences1.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="assets/script/script.js"></script>
<title>Sean Sada Home</title>
</head>
<body>
<div class="dashboard">
<nav class="topbar">
<a href="index.html" class="a">
<div class="topbar-item" id="sig-logo">
<img src="assets/img/signature.png" alt="logo">
</div>
</a>
<a href="about_me.html" class="a">
<div class="topbar-item topbar-item-word">
About Me
</div>
</a>
<a href="portfolio.html" class="a">
<div class="topbar-item topbar-item-word">
Portfolio
</div>
</a>
<a href="experiences.html" class="a">
<div class="topbar-item topbar-item-word">
Experiences
</div>
</a>
<a href="contact_me.html" class="a">
<div class="topbar-item topbar-item-word">
Contact Me
</div>
</a>
</nav>
<div class="content">
<div class="Title">
<div class="Professional-Experience">
Professional Experience
</div>
</div>
<div class="body">
<div class="headers">
<a href="experiences1.html" class="header underconstruction title">Internships</a>
</div>
<div class="items">
<div class="item item1 itemContainer" id="Nimbly">
<div class="top-half" id="Nimbly">
<div class="icon Nimbly-icon" id="Nimbly">
<img src="assets/icon/Nimbly T.png" alt="Nimnly Logo" class="logo icon">
</div>
<div class="top-half2" id="Nimbly">
<div class="comp-name text" id="Nimbly">
Nimbly
</div>
<div class="top-half3" id="Nimbly">
<div class="position text" id="Nimbly">
Project Manager and Data Analyst
</div>
<div class="dates text" id="Nimbly">
May '19 - June '19
</div>
</div>
</div>
</div>
<div class="bot-half" id="Nimbly">
<div class="bullet1 text" id="Nimbly">
Lead development on Nimbly Technology's Machine Learning anti-fraud and computer vision backbone
</div>
<div class="bullet bullet2 text" id="Nimbly">
Connected customer needs by working with the customer success team, to plan for future development of the Nimbly platform
</div>
</div>
</div>
<div class="item item2 itemContainer" id="sc">
<div class="top-half" id="sc">
<div class="icon sc-icon" id="sc">
<img src="assets/icon/SC T.png" alt="Sovereign's Capital Logo" class="logo icon">
</div>
<div class="top-half2" id="sc">
<div class="comp-name text" id="sc">
Sovereign's Capital
</div>
<div class="top-half3" id="sc">
<div class="position text" id="sc">
Market Analyst
</div>
<div class="dates text" id="sc">
May '18 - July '18
</div>
</div>
</div>
</div>
<div class="bot-half" id="sc">
<div class="bullet bullet1 text" id="sc">
Conducted and followed due diligence on 10 companies providing contextual market reports to aid in the decision making process
</div>
<div class="bullet bullet2 text" id="sc">
Developed a streamlined pipeline to more efficiently track companies and the stages of due diligence that they were in prior to funding
</div>
</div>
</div>
<div class="item item3 itemContainer" id="Mbiz">
<div class="top-half" id="Mbiz">
<div class="icon Mbiz-icon" id="Mbiz">
<img src="assets/icon/MBiz T.png" alt="MBiz Logo" class="logo icon">
</div>
<div class="top-half2" id="Mbiz">
<div class="comp-name text" id="Mbiz">
MBiz
</div>
<div class="top-half3" id="Mbiz">
<div class="position text" id="Mbiz">
Marketing Intern
</div>
<div class="dates text" id="Mbiz">
May '17 - July '17
</div>
</div>
</div>
</div>
<div class="bot-half" id="Mbiz">
<div class="bullet bullet1 text" id="Mbiz">
Lorem Ipsum
</div>
<div class="bullet bullet2 text" id="Mbiz">
Lorem Ipsum
</div>
</div>
</div>
</div>
<div class="footers">
<a href="contact_me.html" class="footer underconstruction title" id="opt">Projects</a>
<a href="contact_me.html" class="footer underconstruction title" id="opt">Leadership</a>
<a href="contact_me.html" class="footer underconstruction title" id="opt">Interests</a>
</div>
</div>
</div>
</div>
</body>
</html>