-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M1 M4 Portfolio</title>
<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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/rtround.png" type="image/x-icon">
</head>
<body>
<div>
<h1 class="name"><span style="color: #64ffda; font-size: 18px;">Hi, my name is</span><br>RyTa TiGris<br style="color: #8892b0;">I build things for the web.</h1>
<h1 class="subtitle"></h1>
<p id="software">I’m a software engineer specializing in building (and occasionally <br> designing) exceptional digital experiences. Currently, I’m focused <br> on building accessible, human-centered products at <span style="color: #64ffda;">Upstatement.</span></p>
<a class="link-button" target="_blank" href="https://github.com/kalam409">Check out my course!</a>
</div>
<section>
<div class="flexible-container">
<div class="half-width">
<h2 class="about-me"><span style="color:#64ffda">1.</span> About Me</h2>
<p>Hello! My name is RyTa TiGris and I enjoy creating things that live on the internet. My interest in web development started back in 2012 when I decided to try editing custom Tumblr themes — turns out hacking together a custom reblog button taught me a lot about HTML & CSS!</p>
<p>Fast-forward to today, and I’ve had the privilege of working at <span style="color: #64ffda;">an advertising agency, a start-up, a huge corporation, and a student-led design studio</span>. My main focus these days is building accessible, inclusive products and digital experiences at <span style="color: #64ffda;">Upstatement</span> for a variety of clients.</p>
<p>I also recently <span style="color: #64ffda;">launched a course</span> that covers everything you need to build a web app with the Spotify API using Node & React.</p>
</div>
<div class="half-width">
<img src="images/kalam-1.jpg" alt="kalam-1">
</div>
</div>
</section>
</body>
</html>