Skip to content

Commit a42afd6

Browse files
authored
Merge pull request #12 from natanielf/dev
Added mini button series
2 parents 2e064d5 + aefee1a commit a42afd6

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

assets/css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ nav {
108108
position: sticky;
109109
top: 0;
110110
overflow: hidden;
111-
border-radius: 8px;
112111
z-index: 1;
112+
border-radius: 8px;
113113
-webkit-transition: all 0.25s ease;
114114
transition: all 0.25s ease;
115115
}
@@ -318,7 +318,6 @@ canvas {
318318

319319
a:link,
320320
a:visited {
321-
background-color: var(--dt-main);
322321
color: var(--dt-accent);
323322
}
324323

images/mini_button_series.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>Check out my <a href="https://www.youtube.com/channel/UCGeLJ85cgaHCByH7N4FsM
3232

3333
<h1>About Me</h1>
3434

35-
<h2>Hi, my name is Nataniel. I enjoy creating things.</h2>
35+
<h2>Hi, my name is Nataniel. I enjoy creating things. I enjoy graphic design, video production, and programming. Below are some of my projects. Fun fact: this website is also a school project!</h2>
3636

3737
<hr id="portfolio">
3838

@@ -46,7 +46,15 @@ <h2>Graphic Design 3-4 Projects</h2>
4646
<img src="images/jet_lag_logo.svg" alt="Jet Lag Logo">
4747
<div class="mask">
4848
<h3>Jet Lag Logo</h3>
49-
<p>This is a logo I designed for a travel e-magazine I created called "Jet Lag." I chose this name because jet lag is common when traveling to places in different time zones, and it's a feeling that I think many travelers can relate to. My goal was to create a simple, clean typographic logo with a subtle 3D effect. The arrow extending out from the "L" is a symbol for constant change and movement, things that are often apparent when traveling.</p>
49+
<p>This is a logo I designed for a travel e-magazine I created called "Jet Lag." I chose this name because jet lag is common when traveling to places in different time zones, and it's a feeling that I think many travelers can relate to. My goal was to create a simple, clean typographic logo with a subtle 3D effect.</p>
50+
</div>
51+
</div>
52+
53+
<div class="view">
54+
<img src="images/mini_button_series.svg" alt="Mini Button Series">
55+
<div class="mask">
56+
<h3>Mini Button Series</h3>
57+
<p>This is a mini button collection I designed. The theme I chose is "The Office" because it's my favorite show.</p>
5058
</div>
5159
</div>
5260

0 commit comments

Comments
 (0)