-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (35 loc) · 2.06 KB
/
index.html
File metadata and controls
43 lines (35 loc) · 2.06 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
<!-- -->
<!-- Deploy the page to adakosile.github.io using GitHub Pages. -->
<!DOCTYPE html>
<html>
<head>
<!-- Correctly use a <meta> “description” tag to describe your site to search engines -->
<meta name="description" content="This website features Ayomide Akosile's Personal and Professional Experiences">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<h1>Ayomide Akosile</h1>
<!-- Create at least one id, apply it to an element, and style it -->
<div id="styled-id">
Located in Austin, Texas, United States
</div>
<!-- Create at least one class, apply it to at least two elements, and style it -->
<p class="custom-class">About Me!</p>
<!-- Use <div> to create at least two sections of content on the page -->
<div class="section">
<!--<h2>Professional Headline</h2>-->
<p>Ayomide Akosile is a senior majoring in Electrical and Computer Engineering Honors at The University of Texas at Austin. He is passionate about leveraging the intersection between technology and business to create products with an immediate social impact! He is particularly interested in full-time software engineering & product management opportunities.</p>
</div>
<p class="custom-class">Professional Experience</p>
<div class="section">
<!--<h2>Professional Experience</h2>-->
<p>Ayomide's past professional experience includes the following: Software Engineering (STEP) Internship at Google (Summer 2021), Summer Associate at Boston Consulting Group (Summer 2022), and Associate Product Manager Intern at Salesforce (Summer 2023).</p>
</div>
<!-- Use <a> to link to another website. -->
<a href="https://www.linkedin.com/in/ayomide-akosile">Visit Ayomide's LinkedIn</a>
<!-- Include an Image (something safe for work) -->
<img src="Ayomide_NEW_Headshot.jpg" alt="Ayomide's Headshot"
width="200"
height="250">
</body>
</html>