-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio-page.html
More file actions
162 lines (150 loc) · 6.77 KB
/
Copy pathportfolio-page.html
File metadata and controls
162 lines (150 loc) · 6.77 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<title>Luke Landau's Portfolio</title>
<link rel="stylesheet" type="text/css" href="normalize.css">
<link rel="stylesheet" type="text/css" href="portfolio-styling.css">
</head>
<body>
<header class="portfolio-site-header">
<h1>Luke Landau's Portfolio</h1>
<nav class="portfolio-site-nav">
<a class="portfolio-nav-link" href="#about">About</a>
<a class="portfolio-nav-link" href="#portfolio">Portfolio</a>
<a class="portfolio-nav-link" href="#cheat-sheets">Cheat Sheets</a>
<a class="portfolio-nav-link" href="#contact">Contact</a>
</nav>
</header> <!-- .portfolio-site-header -->
<main>
<section class="about-section" id="about">
<h2 class="section-title">About</h2>
<article class="about-content">
<h3 class="about-title">About Luke</h3>
<figure class="about-figure">
<img class="about-image" src="images/my-brain.jpg"
alt="A picture of a Luke Landau">
<figcaption class="about-caption">*A slice of Luke brain</figcaption>
</figure>
<p class="about-info">Luke is a strange nocturnal creature, best observed at dusk scurrying towards an unguarded buffet. He is rarely seen in the light of day, unless of course he is getting paid.</p>
</article>
<article class="about-content">
<h3 class="about-title">About iOAcademy</h3>
<figure class="about-figure">
<img class="about-image" src="images/arif-riyanto.jpg"
alt="A picture of a Luke Landau">
<figcaption class="about-caption">*What we are training for</figcaption>
</figure>
<p class="about-info">Ranked the 6th best coding bootcamp in the world, iOAcademy teaches everything you need to know to become a full-stack python developer in just 16 weeks.</p>
</article>
</section> <!-- .about-section -->
<section class="portfolio-section" id="portfolio">
<h2 class="section-title">Portfolio</h2>
<article class="project-content">
<h3 class="project-title">Portfolio Project</h3>
<figure class="project-figure">
<img class="project-image" src="images/terminal-wizard.jpeg"
alt="A picture for project-1">
<figcaption class="project-caption">Project-1</figcaption>
</figure>
<p class="project-info">To test our HTML and CSS skills, we were tasked with creating a portfolio site that had at least an about, project, and contact sections. The result is what you see before you ^_^</p>
</article>
<article class="project-content">
<h3 class="project-title">Project-2</h3>
<figure class="project-figure">
<img class="project-image" src="images/terminal-wizard.jpeg"
alt="A picture for project-2">
<figcaption class="project-caption">Project-2</figcaption>
</figure>
<p class="project-info">PLACE HOLDER</p>
</article>
<article class="project-content">
<h3 class="project-title">Project-3</h3>
<figure class="project-figure">
<img class="project-image" src="images/terminal-wizard.jpeg"
alt="A picture for project-3">
<figcaption class="project-caption">Project-3</figcaption>
</figure>
<p class="project-info">PLACE HOLDER</p>
</article>
<article class="project-content">
<h3 class="project-title">Project-4</h3>
<figure class="project-figure">
<img class="project-image" src="images/terminal-wizard.jpeg"
alt="A picture for project-4">
<figcaption class="project-caption">Project-4</figcaption>
</figure>
<p class="project-info">PLACE HOLDER</p>
</article>
</section> <!-- .portfolio-section -->
<section class="cheat-sheets-section" id="cheat-sheets">
<h2 class="section-title">Cheat Sheets</h2>
<article class="cheat-sheet">
<h3 class="cheat-sheet-title">HTML Cheat Sheet</h3>
<figure class="cheat-sheet-figure">
<iframe src="cheat-sheets/HTML-cheatsheet.pdf"></iframe>
<figcaption class="cheat-sheet-caption">
<a class="cheat-sheet-link" target="_blank" href="https://www.notion.so/HTML-Cheatsheet-a794169a8960478e891b3e4ee8b1814c">Link to Notion</a>
</figcaption>
</figure>
</article>
<article class="cheat-sheet">
<h3 class="cheat-sheet-title">CSS Cheat Sheet</h3>
<figure class="cheat-sheet-figure">
<iframe src="cheat-sheets/CSS-cheatsheet.pdf"></iframe>
<figcaption class="cheat-sheet-caption">
<a class="cheat-sheet-link" target="_blank" href="https://www.notion.so/CSS-Cheatsheet-11d3d3e7771d4ac49c4f5606dee840a3">Link to Notion</a>
</figcaption>
</figure>
</article>
<article class="cheat-sheet">
<h3 class="cheat-sheet-title">Git & Github Cheat Sheet</h3>
<figure class="cheat-sheet-figure">
<iframe src="cheat-sheets/git-github.pdf"></iframe>
<figcaption class="cheat-sheet-caption">
<a class="cheat-sheet-link" target="_blank" href="https://www.notion.so/Git-GitHub-c693bec482184234b6c955d7ce54dff1">Link to Notion</a>
</figcaption>
</figure>
</article>
<article class="cheat-sheet">
<h3 class="cheat-sheet-title">Command Line Cheat Sheet</h3>
<figure class="cheat-sheet-figure">
<iframe src="cheat-sheets/command-line.pdf"></iframe>
<figcaption class="cheat-sheet-caption">
<a class="cheat-sheet-link" target="_blank" href="https://www.notion.so/Command-Line-Matrix-Time-3079064d9f334bf79de54595383fb271">Link to Notion</a>
</figcaption>
</figure>
</article>
<article class="cheat-sheet">
<h3 class="cheat-sheet-title">Tech Concepts Cheat Sheet</h3>
<figure class="cheat-sheet-figure">
<iframe src="cheat-sheets/tech-concepts.pdf"></iframe>
<figcaption class="cheat-sheet-caption">
<a class="cheat-sheet-link" target="_blank" href="https://www.notion.so/Tech-Concepts-78907518577443509d617cd1132c57a8">Link to Notion</a>
</figcaption>
</figure>
</article>
<article class="cheat-sheet">
<h3 class="cheat-sheet-title">Industry Concepts Cheat Sheet</h3>
<figure class="cheat-sheet-figure">
<iframe src="cheat-sheets/industry-concepts.pdf"></iframe>
<figcaption class="cheat-sheet-caption">
<a class="cheat-sheet-link" target="_blank" href="https://www.notion.so/Industry-Concepts-7fb06dc859d747fabb2eb52c1ba52941">Link to Notion</a>
</figcaption>
</figure>
</article>
</section> <!-- .cheat-sheet-section -->
</main> <!-- .portfolio-site-main -->
<footer class="contact-footer" id="contact">
<a class="contact-link" href="https://www.linkedin.com/in/luke-landau-46aa602a/" target="_blank">
<img class="logo" src="images/linkedin-logo-512.png" alt="Linkedin logo">
</a>
<a class="contact-link" href="mailto:luke.a.landau@gmail.com" target="_blank">
<img class="logo" src="images/gmail-logo-512.png" alt="Gmail logo">
</a>
<a class="contact-link" href="tel:07834550221">
<img class="logo" src="images/phone-logo-512.png" alt="phone-logo">
</a>
</footer>
</body>
</html>