-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (202 loc) · 8.44 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
<!DOCTYPE HTML>
<html>
<head>
<title>Christian Rosa's Portfolio</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>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<div class="headshot-wrapper">
<img src="images/headshot.png"/>
</div>
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#about-me">About Me</a></li>
<li><a href="#one">Projects</a></li>
<li><a href="#two">Skills</a></li>
<li><a href="#three">Get in touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Hi name is Christian<br> Welcome to my portfolio </h1>
<p>Check out my projects, learn more about me below:</p>
<ul class="actions">
<li><a href="#about-me" class="button scrolly">Learn more</a></li>
</ul>
</div>
</section>
<!-- Intro -->
<section id="about-me" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>About Me</h1>
<p>I have 7 years of technical and leadership experience in both IT and Marketing roles at a large tech company. I've had a passion for software development as an enthusiast for many years and have decided to pursue it as my career full time.
<br>
<br>
My favorite project I'm working on is an e-commerce site called Loom that allows users to sell products p2p. I'm working with three other incredible devs on a chat app that utilizes web sockets (rooms) for real-time, persistent chats called Smoke Signal as well.
<br>
<br>
I also love art and design. I have a creative side and was even paid to be creative leading corporate video at my previous org. My last boss, the Head of Corporate Brand who was a graphic designer for 15+ years, used to call me a "real designer". I'm highly proficient in both Adobe Illustrator and After Effects and have my Lottie animation workflow down for quick integration with React.
<br>
<br>
I'm a quick study who is looking to make an impact right away and grow with the company I choose.
<br>
<br>
Thanks for taking the time to read a little about me!
</p>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="https://loom.shopping" class="image"><img src="images/loom-ui.png" alt="" /></a>
<div class="content">
<div class="inner">
<h2>Loom</h2>
<span class="stack">Stack: React, Redux, Flask, SQLAlchemy, Alembic, AWS S3</span>
<p>Developed e-commerce experience that enables P2P buying, selling, and rating of goods via storefronts.
</p>
<ul class="actions">
<li><a href="https://loom.shopping" class="button">Live site</a></li>
<li><a href="https://github.com/cgrq/Loom" class="button">Github</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="https://smokesignal.chat" class="image"><img src="images/smoke-screen-ui.png" alt="" /></a>
<div class="content">
<div class="inner">
<h2>Smoke Signal </h2>
<span class="stack">Stack: React, Redux, Flask, SQLAlchemy, Alembic, Socket.io</span>
<p>Leveraged websockets (rooms) to open and manage live text threads with persistent chat across multiple Teams and Channels resulting in private and secure member chat buckets.</p>
<ul class="actions">
<li><a href="https://smokesignal.chat" class="button">Live site</a></li>
<li><a href="https://github.com/cgrq/Smoke-Signal" class="button">Github</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="https://gather.city" class="image"><img src="images/gather-ui.png" alt="" /></a>
<div class="content">
<div class="inner">
<h2>Gather </h2>
<span class="stack">Stack: React, Redux, Express, Sequelize, Lottie</span>
<br>
<p>A meet up site that allows users to create/join groups and events. Group/event status relationships created with database models and enforced with validations which work together to maintain data integrity for the site.</p>
<ul class="actions">
<li><a href="https://gather.city" class="button">Live site</a></li>
<li><a href="https://github.com/cgrq/Gather" class="button">Github</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Two -->
<section id="two" class="wrapper style3 fade-up">
<div class="inner">
<h2>My skills</h2>
<p>Here are some of my skills and proficiencies:</p>
<div class="features">
<section>
<span class="icon solid major fa-desktop"></span>
<h3>Frontend Development</h3>
<span>Javascript,</span>
<span>React Router,</span>
<span>React,</span>
<span>Redux,</span>
<span>Lottie (SVG Vector Animation),</span>
<span>SCSS,</span>
<span>HTML/CSS</span>
</section>
<section>
<span class="icon solid major fa-code"></span>
<h3>Backend Development</h3>
<span>Python,</span>
<span>Flask,</span>
<span>SQLAlchemy,</span>
<span>Alembic,</span>
<span>Express,</span>
<span>Node,</span>
<span>Sequelize,</span>
<span>PostgreSQL,</span>
<span>SQL,</span>
<span>Socket.io,</span>
<span>AWS S3 buckets</span>
</section>
<section>
<span class="icon solid major fa-cog"></span>
<h3>Software Engineering</h3>
<span>Object Oriented Programming (OOP),</span>
<span>Test Driven Development (TDD),</span>
<span>Agile Software Development,</span>
<span>Pair Programming,</span>
<span>Git,</span>
<span>Github</span>
</section>
<section>
<span class="icon solid major fa-palette"></span>
<h3>Design</h3>
<span>Branding (Brand Management Certification from Cornell),</span>
<span>Adobe Illustrator (Advanced),</span>
<span>Adobe After Effects (Intermidiate/Advanced),</span>
<span>Adobe Photoshop (Intermidiate),</span>
<span>Blender (Beginner)</span>
</section>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Get in touch</h2>
<p>Feel free to reach out to me via any of the links below:</p>
<div class="split style1">
<section>
<ul class="contact">
<li>
<h3>Resume</h3>
<a href="https://docs.google.com/document/d/1_3sWNYqeNd_OuOmfu5G8JsthuAmuzKP86xxHoJTGlDA/edit?usp=sharing">Google Docs Link</a>
</li>
<li>
<h3>Email</h3>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<h3>Socials</h3>
<ul class="icons">
<li><a href="https://github.com/cgrq" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/c--r/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
</footer>
<!-- 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>