-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
218 lines (202 loc) · 9.6 KB
/
Copy pathindex.html
File metadata and controls
218 lines (202 loc) · 9.6 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
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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QN635BMQJC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QN635BMQJC');
</script>
</head>
<title>Edgar Rivera Portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="main.css">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<body class="w3-black">
<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<!-- Avatar image in the top left corner -->
<img src="Media/EZCODE_logo.jpeg" style="width:100%">
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-black">
<i class="fa fa-home w3-xxlarge"></i>
<p>HOME</p>
</a>
<a href="#about" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-user-circle-o w3-xxlarge"></i>
<p>ABOUT</p>
</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-whatsapp w3-xxlarge"></i>
<p>CONTACT</p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="width:25% !important">HOME</a>
<a href="#about" class="w3-bar-item w3-button" style="width:25% !important">ABOUT</a>
<a href="#contact" class="w3-bar-item w3-button" style="width:25% !important">CONTACT</a>
</div>
</div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="w3-jumbo"><span class="w3-hide-small">I'm</span> Edgar Rivera.</h1>
<p>Back-end Developer.</p>
<img src="Media/eggy.jpg" alt="boy" class="w3-image BoxShaddow-white" width="600">
</header>
<!-- About Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="about">
<h2 class="w3-text-light-grey">About Me</h2>
<hr style="width:200px" class="w3-opacity">
<p>Hello everyone! My name is Edgar Joel Rivera Plaza.
Hello! I'm Edgar Joel Rivera Plaza, a recent computer science graduate. Currently,
I work as a Backend Developer at NeoDeck Holdings, specializing in C#.NET, SQL Server,
and Cosmos Database. My role involves agile methodologies, Scrum, and deploying API versions
on staging using Azure DevOps. My passion lies in crafting seamless solutions for data-driven
decision-making and thriving in cloud environments through Azure Portal and Cosmos Database.
<hr style="width:200px" class="w3-opacity">
<h3 class="w3-padding-16 w3-text-light-grey">My Skills</h3>
<div class="w3-opacity w3-hover-opacity-off">
<p class="w3-wide w3-text-white ">Front-end Development</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:40%"></div>
</div>
</div>
<div class="w3-opacity w3-hover-opacity-off">
<p class="w3-wide w3-text-white ">Back-end Development</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:60%"></div>
</div>
</div>
<div class="w3-opacity w3-hover-opacity-off">
<p class="w3-wide w3-text-white ">Software Development</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:50%"></div>
</div>
</div>
<div class="w3-opacity w3-hover-opacity-off">
<p class="w3-wide w3-text-white ">SQL</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:75%"></div>
</div>
</div>
<div class="w3-opacity w3-hover-opacity-off">
<p class="w3-wide w3-text-white ">PHP</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:40%"></div>
</div>
</div>
<div class="w3-opacity w3-hover-opacity-off">
<p class="w3-wide w3-text-white ">C#</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:70%"></div>
</div>
</div>
<div class="w3-opacity w3-hover-opacity-off">
<p class="w3-wide w3-text-white ">Python</p>
<div class="w3-white">
<div class="w3-dark-grey" style="height:28px;width:40%"></div>
</div>
</div>
<br>
<br>
<hr style="width:200px" class="w3-opacity">
<!-- Portfolio Section -->
<div class="w3-padding-64 w3-content" id="photos">
<h2 class="w3-text-light-grey">My Projects</h2>
<!-- Grid for photos -->
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half">
<img src="Media/primitivos-full-marketing.jpg" style="width:100%">
<img src="Media/bookeatumesa2.jpg" style="width:100%">
<!-- <img src="/Media/NeoDeck.jpg" style="width:100%"> -->
</div>
<div class="w3-half">
<img src="Media/primitivos-mobile.jpg" style="width:100%">
<img src="Media/shaddai.jpg" style="width:100%">
<!-- <img src="/Media/NeoDeck.jpg" style="width:100%"> -->
<!-- <img src="/Media/NeoDeck.jpg" style="width:100%"> -->
</div>
<!-- End photo grid -->
</div>
<!-- End Portfolio Section -->
</div>
<hr style="width:200px" class="w3-opacity">
<h3 class="w3-padding-16 w3-text-light-grey">Documents:</h3>
<button class="w3-button w3-light-grey w3-padding-large w3-section">
<a href="PDF/EdgarRiveraResume.pdf" download="EdgarRiveraResume.pdf">
<i class="fa fa-download"></i>
</a> Resume
</button>
<!-- Exerience tables -->
<hr style="width:200px" class="w3-opacity">
<h3 class="w3-padding-16 w3-text-light-grey">Experience:</h3>
<h3 class="w3-padding-16 w3-text-light-grey"></h3>
<div class="w3-container" style="width: 70%; margin: 0 auto;">
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-margin-bottom">
<ul class="w3-ul w3-white w3-center w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-xlarge w3-padding-32">NeoDeck Holdings</li>
<ol>
<li class="w3-padding-16">Proficient in agile methodologies and Scrum.</li>
<li class="w3-padding-16">Skilled in C#.NET and SQL Server, with expertise in Cosmos Database.</li>
<li class="w3-padding-16">Adept at generating comprehensive reports to drive data-driven decision-making.</li>
<li class="w3-padding-16">Extensive experience working with RESTful APIs, ensuring seamless integration.</li>
<li class="w3-padding-16">Proven track record in crafting detailed documentation, including how-to articles, solutions, and bug resolutions using the Jira platform.</li>
<li class="w3-padding-16">Successfully deploy API versions on staging using Azure DevOps.</li>
<li class="w3-padding-16">Familiarity with Azure Portal and Cosmos Database, showcasing the ability to work within cloud environments.</li>
</ol>
<li class="w3-padding-16">
<h2>Jr. Backend Developer</h2>
<span class="w3-opacity">Since December 2022</span>
</li>
</ul>
</div>
</div>
</div>
<!-- End Grid/Pricing tables -->
</div>
<!-- Contact Section -->
<div class="w3-padding-64 w3-content w3-text-grey" id="contact">
<h2 class="w3-text-light-grey">Contact Me</h2>
<hr style="width:200px" class="w3-opacity">
<!-- End Contact Section -->
</div>
<div class="contact-card BoxShaddow-white">
<img src="Media/eggy.jpg" alt="Eggy" class="eggyimg">
<h1 class="contact-name">Edgar J. Rivera</h1>
<p class="title">Backend Developer</p>
<p class="education">NeoDeck Holdings Corp.</p>
<p><a href="https://wa.me/7879634810" target="_blank"><button class=""> <i class="fa fa-whatsapp"></i> Contact</button></a></p>
</div>
<!---Footer -->
<footer class="w3-content w3-padding-64 w3-text-grey w3-xlarge">
<a href="https://www.facebook.com/edgarjoel.riveraplaza" target="_blank" class="w3-hover-opacity fa fa-facebook">
</a>
<a href="https://github.com/edgarjrivera" target="_blank" class="w3-hover-opacity fa fa-github">
</a>
<a href="https://www.linkedin.com/in/edgar-rivera-79b25023b/?originalSubdomain=pr" target="_blank" class="w3-hover-opacity fa fa-linkedin"></a>
<p class="w3-medium">Created by <a href="https://www.linkedin.com/in/edgar-rivera-79b25023b/?originalSubdomain=pr" target="_blank" class="w3-hover-text-green">Edgar J. Rivera</a></p>
<!-- End footer -->
</footer>
<!-- END PAGE CONTENT -->
</div>
</body>
</html>