-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (75 loc) · 3.24 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
<!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>Camerons Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Cameron Oberlies</h1>
<img id="image2" src="./img/avatar.jpg" alt="avatar">
<nav>
<ul>
<li><a href="#">About Me</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#scroll">My Applications</a></li>
</ul>
</nav>
</header>
<section class="banner">
<img src="img/banner.jpg" alt="website banner"/>
</section>
<main>
<section class="card">
<header>About Me</header>
<p>My name is Cameron Oberlies. I grew up in Asheville North Carolina, moved to Chicago in 2018 and as of 2023 I live here, in Austin, Texas.
I've worked inventory for a string of car dealerships out of the South East since 2017 purchasing their used car inventory from private sellers
all over the United States. Me and a team of people, who all work remotely, are responsible for the purchasing of up to 200 cars a month. I'm
currently enrolled in UTA's coding bootcamp for Front End Web Development as I'd like to start a career in this industry. </p>
</section>
<section class="card" id="contactcard">
<header id="contact">Contact Information</header>
<ol>
<p>Email: [email protected]</p>
<p>Phone: (828) 808-7747</p>
<p><a href="GitHub: https://github.com/cameronoberlies">GitHub: https://github.com/cameronoberlies</a></p>
</ol>
</section>
<section class="card">
<section>
<header id="scroll">Applications</header>
<h1>Horiseon</h1>
</section>
<section>
<a href="https://cameronoberlies.github.io/module1challenge/" alt="Horiseon"><img id="large" src="./img/ScreenShot1.png" alt="Horiseon"></a>
<a href="https://cameronoberlies.github.io/module1challenge/" alt="Horiseon 2"><img id="large" src="./img/ScreenShot2.png" alt="Horiseon pt 2"></a>
</section>
<div class="applications">
<h1>Realtime Weather and Country Facts</h1>
<section class="placeholder">
<h2></h2>
<img src="./img/ProjectPic4.jpeg" alt="Project4">
<p></p>
</section>
<section class="placeholder">
<h2></h2>
<img src="./img/ProjectPic3.jpeg" alt="Project3">
<p></p>
</section>
<section class="placeholder">
<h2></h2>
<img src="./img/ProjectPic2.jpeg" alt="Project2">
<p></p>
</section>
<section class="placeholder">
<h2></h2>
<img src="./img/ProjectPic1.jpeg" alt="Project1">
<p>"</p>
</section>
</section>
</main>
</body>
</html>