Major style change
This commit is contained in:
52
index.html
52
index.html
@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/x-icon" href="Pictures/thedeer.ico">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ethan's Github</title>
|
||||
</head>
|
||||
@ -30,29 +30,33 @@
|
||||
</div>
|
||||
<div class="content">
|
||||
<div>
|
||||
<div class="section">
|
||||
<h2>About</h2>
|
||||
<p>I am a 4th year Computer Science student at University of Toronto Scarborough with a focus on Software Development. Passionate in developing scalable, high quality web and games software with readable, optimized, and well tested code. In my spare time, my main hobby is music. I play Trombone and Piano, and enjoy most to play jazz music.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h2>Skills</h2>
|
||||
<ul>
|
||||
<li style="margin: 0;">
|
||||
6+ years experience programming in C/C++, C#, Java, Python, HTML/CSS, JavaScript
|
||||
</li>
|
||||
<li>
|
||||
Solid Full-Stack Web Development experience with React/Next.js frontend, Express.js backend API
|
||||
</li>
|
||||
<li>
|
||||
Experienced in SQL (PostgreSQL, SQLite) and NoSQL (MongoDB, Firebase Realtime DB) databases
|
||||
</li>
|
||||
<li>
|
||||
Strong DevOps skills with AWS: API Gateway, Lambda, EC2, S3, CodePipeline
|
||||
</li>
|
||||
<li>
|
||||
Effective communication for working in collaborative groups
|
||||
</li>
|
||||
</ul>
|
||||
<div class="side-by-side">
|
||||
<div class="section">
|
||||
<h2>About</h2>
|
||||
<p>I am a 4th year Computer Science student at University of Toronto Scarborough with a focus on Software Development.</p>
|
||||
<p>Passionate in developing scalable, high quality web and games software with readable, optimized, and well tested code.</p>
|
||||
<p>In my spare time, my main hobby is music. I play Trombone and Piano, and enjoy most to play jazz music.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h2>Skills</h2>
|
||||
<ul>
|
||||
<li style="margin: 0;">
|
||||
6+ years experience programming in C/C++, C#, Java, Python, HTML/CSS, JavaScript
|
||||
</li>
|
||||
<li>
|
||||
Solid Full-Stack Web Development experience with React/Next.js frontend, Express.js backend API
|
||||
</li>
|
||||
<li>
|
||||
Experienced in SQL (PostgreSQL, SQLite) and NoSQL (MongoDB, Firebase Realtime DB) databases
|
||||
</li>
|
||||
<li>
|
||||
Strong DevOps skills with AWS: API Gateway, Lambda, EC2, S3, CodePipeline
|
||||
</li>
|
||||
<li>
|
||||
Effective communication for working in collaborative groups
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h2>Work Experience</h2>
|
||||
|
Reference in New Issue
Block a user