-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ORIGIN INVESTMENTS
authored and
ORIGIN INVESTMENTS
committed
Apr 11, 2024
1 parent
6f95d98
commit 7affe63
Showing
40 changed files
with
90 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"title": "Site Title", | ||
"keywords": "keyword1, keyword2", | ||
"metaDescription": "Meta Description" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"projects": [ | ||
{ | ||
"title": "Project 1 Title", | ||
"content": "Project description", | ||
"image": "/img/projects/fish.jpg" | ||
}, | ||
{ | ||
"title": "Project 2 Title", | ||
"content": "Project description", | ||
"image": "/img/projects/bird.jpg" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: base.njk | ||
title: Blog | ||
--- | ||
|
||
<h1>Blog Posts</h1> | ||
|
||
<ul> | ||
{% for post in collections.posts %} | ||
<li> | ||
<a href="{{ post.url }}">{{ post.data.title }}</a> | ||
<p>{{ post.data.description }}</p> | ||
</li> | ||
{% endfor %} | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +0,0 @@ | ||
#home{ | ||
background-color: $dark; | ||
padding:4rem 0; | ||
color: white; | ||
@media(min-width:600px){ | ||
padding:6rem 2vw; | ||
} | ||
@media(min-width:1024px){ | ||
padding:8rem 2vw; | ||
} | ||
@media(min-width:1280px){ | ||
padding:9rem 2rem; | ||
} | ||
.tech-icons{ | ||
margin-top:4rem; | ||
padding-bottom:1rem; | ||
.splide__slide{ | ||
display:flex; | ||
justify-content: center; | ||
align-items: center; | ||
img{ | ||
margin:1rem; | ||
} | ||
} | ||
} | ||
} | ||
|
||
#technologies{ | ||
.units{ | ||
margin:3rem 0; | ||
.unit{ | ||
margin-bottom:3.5rem; | ||
img{ | ||
width:500px; | ||
margin:0.75rem 0; | ||
} | ||
@media(min-width:768px){ | ||
display: flex; | ||
align-items: flex-start; | ||
justify-content: space-between; | ||
img{ | ||
|
||
margin-right:4rem; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ | |
@import "./components.scss"; | ||
|
||
// Pages | ||
@import "./home.scss"; | ||
@import "./news.scss"; | ||
@import "./home.scss"; |
Binary file not shown.
File renamed without changes
File renamed without changes
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.