-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
248 lines (245 loc) · 11.8 KB
/
index.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!-- TO DO: tweak landscape orientation header-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="portfolioStylingResponsive.css">
<script type="text/javascript" src="portfolioResponsive.js"></script>
<link rel="icon" href="stepInside.png">
<title>Portfolio</title>
</head>
<body id="body">
<main id="main">
<button id="returnToTop" >
<a href="#title">Return To Top</a>
</button>
<header id="header">
<svg class="colorGrid" id="colorGrid1">
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="000"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="100"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="200"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="300"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="400"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="500"></rect>
</svg>
<h1 id="title">
Projects<br>
+<br>Experience
</h1>
<p id="head">
<button id="aboutLink">
M___L<br>
o___i<br>
____n<br>
____a<br>
____r<br>
____e<br>____s
<br><br><p id="aboutP">About<p>
</button>
</p>
<div id="navContainer">
<ul id="nav" style="padding-inline-start: 0px">
<li>
<a href="#frontEndSection">Web Development and Programming</a>
</li>
<li>
<a href="#socMedAnalysisSection">Social Media Analysis</a>
</li>
<li>
<a href="#workExperienceSection">Work Experience</a>
</li>
</ul>
</div>
<svg class="colorGrid" id="colorGrid2">
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="000"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="100"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="200"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="300"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="400"></rect>
<rect fill="rgba(0, 170, 255, 0)" height="100" width="100" ry="10" rx="10" y="000" x="500"></rect>
</svg>
</header>
<div id="slider">
<section class="sliderSection" id="frontEndSection" >
<button class="accordionHeader" id="frontEndAcc" style="background-image: url('rgb3dGallery-2.png');background-repeat:no-repeat;background-size:100%;background-position:center;min-height: min-content;background-attachment:scroll;">
<h2>Front End Web Development</h2>
</button>
<div class="panel" id="frontEndPan" style="display: none;">
<button class="accordion">Projects (2021)</button>
<div class="panel" style="display: none;">
<div class="list">
<ul>
<li>
<h2>Interactive Periodic Table Of Elements</h2>
<p>Outcomes: Learn data visualization library d3.js; learn accessible web design. </p>
<a href="https://chemistry-reference-periodic-table.netlify.app/" target="_blank"><img src="PTPrototype4.png" alt="periodic table prototype" style="width:24.25vw; margin:10px;"></a>
</li>
<li>
<h2>Dock Operator - A simple desktop browser game.</h2>
<p>Outcomes: Learn to work with SVG elements; use RNGs; learn data types and data conversion. First full project using HTML, CSS, and JS.</p>
<a href="https://dockoperator.w3spaces.com/" target="_blank"><img src="game-screenshot.png" alt="game screenshot" style="width:24.25vw; margin:10px;"/></a>
</li>
<li>
<h2>Moon Calculator</h2>
<p>Outcomes: Develop homebrewed equations based on Javascript's built-in getTime methods. </p>
<a href="https://moon-calculator.netlify.app/" target="_blank"> <img src="moonCalculator.png" alt="screenshot of moon calculator website featuring image of moon" style="width:24.25vw; margin:10px;"/></a>
</li>
<li>
<h2>Studio Ghibli Recommendation Web App</h2>
<p>Outcomes: Learn to integrate Web APIs</p>
<a href="https://recommend-ghibli-movie.netlify.app/" target="_blank"><img src="firstAPI.png" alt="first api - random studio ghibli recommendation generator" style="width:24.25vw; margin:10px;"></a>
</li>
</ul>
</div>
</div>
<button class="accordion">Languages</button>
<div class="panel">
<div class="list">
<ul>
<li><img src="html-logo.png" alt="html-logo" style="width:15vw; margin:10px;"></li>
<li><img src="CSS3-logo.png" alt="css3-logo" style="width:11vw; margin:10px;"></li>
<li><img src="JavaScript-logo.png" alt="js-logo" style="width:24vw; margin:10px;"</li>
<li><img src="pcepprepcert.png" alt="python-certification-logo" style="margin:10px;"</li>
<li>SQL Basics</li>
</ul>
</div>
</div>
<button class="accordion">Visuals for Web Design</button>
<div class="panel">
<div class="list">
<ul>
<li>Vector Art<br><img src="dtn.png" alt="vector-art-sample"</li>
<li>Logo Design<br><img src="mswd3.png" alt="logo-design-sample"></img></li>
</ul>
</div>
</div>
</div>
</section>
<section class="sliderSection" id="socMedAnalysisSection">
<button class="accordionHeader" id="socMedAnalysisAcc" style="background-image: url('rgb3dGallery-3.png');background-repeat:no-repeat;background-size:100%;background-position:center;min-height: min-content;background-attachment:scroll;">
<h2>Social Media Analysis</h2>
</button>
<div class="panel" id="socMedAnalysisPan">
<button class="accordion">
Content Clustering Model Testing | Accenture
<br>(2019-2020)
</button>
<div class="lipanel" style="display: none;">
<div class="list">
<ul>
<li>Benchmarked precision of machine learning model against content review guidelines
in collaboration with client engineers and policy experts</li>
<li>Performed qualitative and quantitative analyses of social media content and associated assets</li>
<li>Project resulted in 400% increase in model production</li>
</ul>
</div>
</div>
<button class="accordion">
Cross-Functional Tool Pilot Project | Accenture
<br>(Jan 2019 – Mar 2020)
</button>
<div class="lipanel" style="display: none;">
<div class="list">
<ul>
<li>Test monitoring tool capabilities for analytic tasks</li>
<li>Recommend features to client engineers that would optimize tool for risk assessment and threat investigations</li>
<li>Document, track, and help troubleshoot tool bugs</li>
</ul>
</div>
</div>
</div>
</section>
<section class="sliderSection" id="workExperienceSection">
<button class="accordionHeader" id="workExperienceAcc" style="background-image: url('rgb3dGallery-4.png');background-repeat:no-repeat;background-size:100%;background-position:center;min-height: min-content;background-attachment:scroll;">
<h2>Work Experience</h2>
</button>
<div class="panel" id="workExperiencePan">
<button class="accordion">
Content Analyst
</button>
<div class="lipanel" style="display: none;">
<div class="list">
<ul>
<li>Social Media Policy Enforcement</li>
<li>ML Model Training</li>
<li>Policy Development</li>
</ul>
</div>
</div>
<button class="accordion">
Customer Service
</button>
<div class="lipanel" style="display: none;">
<div class="list">
<ul>
<li>Analyzing SMB UI and Customer Success tools</li>
<li>Consulting with trend reports, quantitative and qualitative analysis, and cross-functional projects</li>
<li>Coordinating with patient navigators and third parties in delivering patient assistance program services</li>
</ul>
</div>
</div>
<button class="accordion">
Lecture Materials Developer
</button>
<div class="lipanel" style="display: none;">
<div class="list">
<ul>
<li>Create infographics</li>
<li>Edit lecture outline</li>
<li>Prepare lecture presentation slides</li>
</ul>
</div>
</div>
<button class="accordion">
Sales
</button>
<div class="lipanel" style="display: none;">
<div class="list">
<ul>
<li>Telecommunications sales account management</li>
<li>Lead Generation and Lead Conversion</li>
<li>Upselling experience in the hospitality industry</li>
</ul>
</div>
</div>
<button class="accordion">
Technical Support
</button>
<div class="lipanel" style="display: none;">
<div class="list">
<ul>
<li>Call center experience assisting customers with technical service problems and payment account issues</li>
</ul>
</div>
</div>
</div>
</section>
</div>
</main>
<div id="aboutSection">
<h1>A little about me:</h1>
<div id="aboutPhoto">
<img src="commonCauseColor.svg" alt="icon featuring overlapping hearts"/>
</div>
<div id="aboutText">
<ul>
<li>Current goals include:
<ul>
<li>Find work developing valuable web products</li>
<li>Learn about web and network security</li>
<li>Create great tools and art</li>
<li>Become a better self-taught web developer and programmer</li>
</ul>
</li>
<li>Educational background in natural and health sciences</li>
<li>Best days include the joys of food, music, and nature</li>
<li>Feel free to connect on Github: https://github.com/linares-m</li>
</ul>
<button id="aboutClose">Close</button>
</div>
</div>
<noscript>Javascript functions incompatible with browser configurations.
</noscript>
</body>
</html>