-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (93 loc) · 4.38 KB
/
index.html
File metadata and controls
109 lines (93 loc) · 4.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Gina Robinson">
<meta name="description" content="Software Engineer Portfolio">
<script src="scripts/motion.js"></script>
<link href="https://fonts.googleapis.com/css?family=Concert+One|Libre+Baskerville|Permanent+Marker" rel="stylesheet">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/looks.css">
<link rel="stylesheet" href="css/project.css">
<link rel="stylesheet" href="css/mediaQueries.css">
<title>Gina Marie Robinson</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="scripts/carousel-component.js"></script>
<script src="scripts/nav.js"></script>
<section id="first-section" style="clear:both">
<header>
<h1>Hello World, I'm Gina Robinson.</h1>
<div class="bio">
<p>I am a <strong>Software Developer at Microsoft</strong> with 8+ years of experience. Currently working on <strong>Teams AI</strong>, developing Agentic AI experiences and CoPilot features. I previously spent 6 years on the <strong>Azure Cosmos DB Query Team</strong> as a database query engine developer.</p>
<p>I graduated in April 2018 with a <strong>BS Computer Science </strong> with a <strong>Spanish Minor</strong> from the University of California, Irvine.</p>
<p>I am passionate about data, developing quality tools which empower individuals, and building reliable applications with global reach.</p>
<p>Personal persuits include Spanish, poetry, photography, and film.</p>
<p>☀ ☁ ☂</p>
</div>
</header>
</section>
<section>
<header>
<h2>My Projects</h2>
</header>
<projects-carousel></projects-carousel>
</section>
<section>
<h2>My Experience</h2>
<div class="project-container">
<h3 class="project-title">Skills & Abilities</h3>
<ul class="bubble-list">
<li>CoPilot Agentic AI Development</li>
<li>LLM Prompt Tuning</li>
<li>Data Analysis</li>
<li>Database Query Engine Server Development</li>
<li>Full Stack Web Development</li>
<li>Database Administration</li>
<li>Software Design and Architecture</li>
<li>Unit Testing and Test Driven Development</li>
<li>Application Debugging and Performance Tuning</li>
<li>Application Deployment and Availability Monitoring</li>
</ul>
</div>
<hr>
<div class="project-container">
<h3 class="project-title">Communication</h3>
<ul class="bubble-list">
<li>Spanish Fluency</li>
<li>Cross-Team Collaboration</li>
<li>Verbal, Written and Presentation Skills</li>
<li>LiveSite Customer Engineering Support</li>
<li><a class="content-link" href="https://www.youtube.com/watch?v=bscs9GAnSqM" target="_blank" rel="noopener noreferrer">Presentation: Azure Cosmos DB Data Indexing</a></li>
</ul>
</div>
<hr>
<div class="project-container">
<h3 class="project-title">Favorite Languages</h3>
<ul class="bubble-list">
<li>SQL</li>
<li>KQL</li>
<li>C++</li>
<li>C</li>
<li>C#</li>
<li>TypeScript</li>
<li>Python</li>
</ul>
</div>
<hr>
<div class="project-container">
<h3 class="project-title">Creative Technologies</h3>
<ul class="bubble-list">
<li>Adobe Premiere Pro</li>
<li>Adobe After Effects</li>
<li>Final Cut Pro</li>
<li>Aseprite</li>
</ul>
</div>
</section>
<button class="scrollToTop" type="button" onclick="scrollToTop()"> Back to Top </button>
<script src="scripts/footer.js"></script>
</body>
</html>