Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #4

Open
wants to merge 33 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6c80c3d
fix: layout config
orunto Oct 25, 2024
3187b64
fix: webinar button link and base_url for gh pages
orunto Oct 25, 2024
55990fa
fix: baseurl typo
orunto Oct 25, 2024
1788c62
fix: build css
orunto Oct 25, 2024
4665557
refresh build
orunto Oct 25, 2024
74ae9ca
fix: css build
orunto Oct 25, 2024
7a577c0
Merge branches 'development' and 'development' of https://github.com/…
orunto Oct 25, 2024
0ad1e4f
fix: build css
orunto Oct 25, 2024
d4cf3b1
Create jekyll.yml
orunto Oct 25, 2024
80808e1
fix: gemfile update
orunto Oct 26, 2024
18d00ed
Merge branch 'development' of https://github.com/orunto/BIRDSOpenSour…
orunto Oct 26, 2024
ee996e7
Update jekyll.yml
orunto Oct 26, 2024
d547d36
Update _config.yml
orunto Oct 26, 2024
ef63a22
Update top.html
orunto Oct 26, 2024
64d9e78
Update landing.html
orunto Oct 26, 2024
8162543
Update landing.html
orunto Oct 26, 2024
9a2794e
fix: jekyll structure
orunto Oct 26, 2024
68653ce
Merge branch 'development' of https://github.com/orunto/BIRDSOpenSour…
orunto Oct 26, 2024
69963fa
?
orunto Oct 26, 2024
fde2427
/
orunto Oct 26, 2024
b764d47
Update top.html
orunto Oct 26, 2024
2e8a1f1
fix: css position
orunto Oct 26, 2024
d35dd51
Merge branch 'development' of https://github.com/orunto/BIRDSOpenSour…
orunto Oct 26, 2024
2db27bb
fix: link convention
orunto Oct 26, 2024
494a2e6
fix: links
orunto Oct 26, 2024
741696f
fix: github url
orunto Oct 26, 2024
95583b4
fix: alignment
orunto Oct 26, 2024
de28f26
fix: alignment
orunto Oct 26, 2024
757ba90
fix: alignment
orunto Oct 26, 2024
f6b4ba8
fix: alignment
orunto Oct 26, 2024
63ae688
feat: background sat image
orunto Nov 23, 2024
dc3197e
fix: button color and footer z-index
orunto Nov 23, 2024
4850a7b
fix: docs link url
orunto Nov 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: build css
orunto committed Oct 25, 2024
commit 1788c62b69dedfbe3ee34752283195afe7f11c81
2 changes: 1 addition & 1 deletion _includes/top.html
Original file line number Diff line number Diff line change
@@ -17,5 +17,5 @@

<!-- CSS -->
<!-- <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}"> -->
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="/assets/css/custom.css">
</head>
2 changes: 1 addition & 1 deletion _site/about/index.html
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

<!-- CSS -->
<!-- <link rel="stylesheet" href="/assets/css/style.css"> -->
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="/assets/css/custom.css">
</head>


2 changes: 1 addition & 1 deletion _site/showcase/index.html
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

<!-- CSS -->
<!-- <link rel="stylesheet" href="/assets/css/style.css"> -->
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="/assets/css/custom.css">
</head>


2 changes: 1 addition & 1 deletion _site/webinars/index.html
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

<!-- CSS -->
<!-- <link rel="stylesheet" href="/assets/css/style.css"> -->
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="/assets/css/custom.css">
</head>