-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (64 loc) · 5.15 KB
/
index.html
File metadata and controls
70 lines (64 loc) · 5.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
<link rel="icon" type="image/png" href="./images/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Nathan Polomark-About Me</title>
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-light navbar-expand-lg" style="background-color: tomato">
<!-- <a class="navbar-brand" href="#"></a> -->
<img class="img float-left" src="./images/Logo-Initials.png"/>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="fas fa-bars fa-1x"></i></span>
</button>
<nav class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav float-right">
<li class="nav-item home-link active">
<a class="nav-link " href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item contact-link">
<a class="nav-link " href="contact.html">Contact Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="funzone.html">Fun Zone</a>
</li> -->
</ul>
</nav>
</nav>
<main class="container">
<!--Content on left side rather than whole page-->
<div class='row'>
<div class="col-lg-7">
<article class="jumbotron">
<h1 class="about-title">About Me</h1>
<hr class="my-4">
<!--Pictures about me-->
<!-- <section class="col-md-4"> -->
<!-- </section> -->
<content class="col-md-12">
<!--Info about me-->
<p class="lead box about">Adaptable and hungry for knowledge, I’m a full stack web developer looking to showcase my technical skills and establish myself as a junior developer. I love challenges and whether it was taking all the academics I could in highschool, working in different fields of construction, or coaching junior basketball, I’ve always been highly committed to what I do and have excelled in these areas because of it. I’m normally considered quiet at first but I work great in teams and I always make sure everyone can be heard. I’m a quick learner and problem solving and puzzles has always been something I could have fun with. Acquiring a certificate in full stack web development from UofT SCS has been just that. I gain a lot of satisfaction creating applications and once it’s done I want to keep improving it. I have many different applications demonstrating my understanding of both front end and back end technologies which you can see in my portfolio section.</p>
<!-- <p class="lead box about">I'm Nathan Polomark and I'm from Chilliwack, B.C. My hobbies are video games, music, and sports. I have jumped into full stack web development in hopes of a happier life. My previous work was in different fields of construction. I spent the most amount of time in framing, which was four years with the same company. I'm glad to be out of it but I will never regret learning what I did. I've gained many transferable skills like teaching others, troubleshooting problems, and having confidence to figure things out on my own.</p> -->
</content>
</article>
</div>
<div class="col-lg-5">
<img class="img2 img-fluid" width="100%" src="https://www.musicnotes.com/images2/promos/store/900x520_piano-min.jpg" alt="piano"/>
<!-- <img class="img2 img-fluid" width="100%" src="https://i.pcmag.com/imagery/lineups/06PiprC5eiYhlpaNS6N0sbP-1.1569492872.fit_lim.size_1200x630.jpg" alt="video games"/> -->
<img class="img2 img-fluid" width="100%" src="https://canadiantire.scene7.com/is/image/CanadianTire/0844785_1?defaultImage=image_na_EN&fmt=jpg&fit=constrain,1&wid=573&hei=499" alt="toronto raptors basketball"/>
</div>
</div>
</main>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>