-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
76 lines (74 loc) · 3.55 KB
/
home.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
<!DOCTYPE html>
<html>
<!--hiya, I'm just writing comments randomly for anyone who wants to take a gander at my source code
because I'm bored also I need images so work on those future self-->
<head>
<title>Alex's Portfolio</title>
<link rel="icon" href="Images/yeet.ico">
<link href="bootstrap-4.1.2-dist/css/bootstrap.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="text-center">
<a href="home.html" class="btn btn-danger active" role="button" aria-pressed="true">Home</a>
<a href="Schwarz_aboutme.html" class="btn active" role="button" aria-pressed="true">About me</a>
<a href="Resume.html" class="btn active" role="button" aria-pressed="true">Resume</a>
<a href="Projects.html" class="btn active" role="button" aria-pressed="true">Projects</a>
<a href="Contactme.html" class="btn active" role="button" aria-pressed="true">Contact Me</a>
</div>
<div class="jumbotron text-center blacktxt">
<h2>Alex Schwarz's Engineering Portfolio</h2>
<p class="whitetxt">Hi! I am a beginning programmer with interests in cyber security and web design.</p>
<a href="Schwarz_aboutme.html" class="clink">
<h6><em>Continue reading...</em></h6>
</a>
</div>
<div class="container redtxt">
<div class="row">
<div class="col">
<img src="Images/Captureproject.PNG" alt="App made collaboratively" width=125 class="float-right">
<h6>Projects</h6>
<h5>Computer Science Principles</h5>
<h6 class="whitetxt">Collaboratively designed a pizza ordering app off a template then modified and improved it</h6>
<a href="Projects.html" class="clink">
<h6><em>Continue reading...</em></h6>
</a>
</div>
<div class="col">
<h6>Projects</h6>
<img src="Images/Image_Example.png" alt="Python-altered image" width=125 height=150 class="float-right">
<h5 class="black">Python Image Project</h5>
<h6 class="whitetxt">Collaboratively created a program to manipulate images</h6>
<a href="Projects.html" class="clink">
<h6><em>Continue reading...</em></h6>
</a>
</div>
<div class="w-100"></div>
<div class="col">
<h6>Work experience and/or Projects</h6>
<img src="Images/IMG_2518.jpg" alt="no project yet" width=125 height=150 class="float-right">
<h5>Computer Science Principles</h5>
<h6>2018</h6>
<a href="Projects.html" class="clink">
<h6><em>Continue reading...</em></h6>
</a>
</div>
<div class="col">
<img src="Images/Captureprojectscratch.PNG" alt="Game made collaboratively" width=150 height=125 class="float-right">
<h6>Projects</h6>
<h5>Scratch Project</h5>
<h6 class="whitetxt">Collaboratively made a scratch game building off of a previous game I made</h6>
<a href="Projects.html" class="clink">
<h6><em>Continue reading...</em></h6>
</a>
</div>
</div>
<br>
</div>
<div class="jumbotron">
<a href='mailto:[email protected]'>
<img src="Images/Projectmail.png" alt="[email protected]" width=75 height=75>
</a>
<h1 class="float-right"><strong>DHS</strong></h1>
</div>
</body>
</html>