Skip to content

Commit 1ca74bf

Browse files
committed
Fix merge conflicts.
2 parents b724e4f + 2e0b7df commit 1ca74bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+17
-790
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ _site
44
Gemfile.lock
55
node_modules
66
env
7-
__pycache__
8-
meta.json
7+
__pycache__

_config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
title: theo, softserve developer
1717
email: iam@theo.lol
1818
description: >- # this means to ignore newlines until "baseurl:"
19-
a Canadian software engineer living in the US
19+
blog and website of a Canadian software engineer living in the US
2020
# baseurl: https://tbrockman.github.io/
2121
# Build settings
2222
markdown: kramdown
@@ -42,4 +42,3 @@ exclude:
4242
- vendor/ruby/
4343
- scripts
4444
- tmp
45-
- jsnix

_sass/home.scss

+12-17
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ $font-family-primary: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono,
1515
margin-right: -0.05em;}
1616
}
1717

18+
@font-face {
19+
font-family: "Roboto";
20+
src: url("assets/fonts/Roboto/Roboto-Medium.ttf");
21+
}
22+
23+
@font-face {
24+
font-family: "RobotoMono";
25+
src: url("assets/fonts/RobotoMono/RobotoMono-pwl.ttf")
26+
}
27+
1828
.page-container {
1929
background-color:#252525 !important;
2030
max-width: initial !important;
@@ -36,21 +46,6 @@ $font-family-primary: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono,
3646
}
3747
}
3848

39-
body {
40-
height: 100vh;
49+
#terminal > .input-row {
50+
display: flex;
4151
}
42-
43-
:root {
44-
line-height: 1.5;
45-
font-weight: 400;
46-
font-size: 15px;
47-
48-
color-scheme: light dark;
49-
color: rgba(255, 255, 255, 0.87);
50-
background-color: #242424;
51-
52-
font-synthesis: none;
53-
text-rendering: optimizeLegibility;
54-
-webkit-font-smoothing: antialiased;
55-
-moz-osx-font-smoothing: grayscale;
56-
}

_sass/navbar.scss

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ $color-secondary: #252525;
33
$color-mouseover: #fff;
44
$breakpoint-main: 1400px;
55
$breakpoint-mobile: 800px;
6-
$navbar-height: 157.5px;
76

87
@media(max-width: $breakpoint-mobile) {
98
.navbar {
@@ -18,7 +17,7 @@ $navbar-height: 157.5px;
1817
}
1918

2019
div.page-container {
21-
margin-top: $navbar-height !important;
20+
margin-top: 114px !important;
2221
}
2322
}
2423

@@ -28,7 +27,6 @@ $navbar-height: 157.5px;
2827
z-index: 10;
2928
flex-direction: column;
3029
transition: all 0.2s ease-in;
31-
height: 157.5px;
3230
// animation: slide-right-close-nav 0.2s ease-in-out;
3331

3432
.container {
@@ -106,10 +104,11 @@ $navbar-height: 157.5px;
106104
a.fa {
107105
font-size: 3rem !important;
108106
color: #252525;
107+
margin-top: 10px !important;
109108
}
110109

111110
div.page-container {
112-
margin-top: $navbar-height;
111+
margin-top: 146px;
113112
}
114113
}
115114

assets/jsnix/assets/abap-BrgZPUOV.js

-6
This file was deleted.

0 commit comments

Comments
 (0)