-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from ngblaylock/61-update-smallsat
61 update smallsat
- Loading branch information
Showing
6 changed files
with
28 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
# nathanblaylock.com | ||
|
||
Develop: | ||
|
||
## Develop: | ||
1. Create a new branch for what you are working on | ||
2. `npm run dev` | ||
|
||
Deploy: | ||
|
||
1. Commit files to new branch | ||
2. Merge in to `master` branch. This triggers a GitHub action | ||
3. Check the actions status at https://github.com/ngblaylock/nathanblaylock.com/actions | ||
## Deploy: | ||
1. Update package.json version | ||
2. Commit files to new branch | ||
3. Merge in to `master` branch. This triggers a GitHub action | ||
4. Check the actions status at https://github.com/ngblaylock/nathanblaylock.com/actions |
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,22 +1,25 @@ | ||
<script lang="ts"> | ||
import ProjectBtnLink from './ProjectBtnLink.svelte'; | ||
import ProjectIcons from './ProjectIcons.svelte'; | ||
import ProjectBtnLink from './ProjectBtnLink.svelte'; | ||
import ProjectIcons from './ProjectIcons.svelte'; | ||
</script> | ||
|
||
<div class="bg-light rounded p-5 pb-3 mb-4"> | ||
<img src="/images/optimized/projects/smallsat/lg_smallsat-posters.png" alt="SmallSat Posters" /> | ||
<img src="/images/optimized/projects/smallsat/lg_smallsat-posters.png" alt="SmallSat Posters" /> | ||
|
||
<div class="text-center mb-3"><strong>Archived Sites</strong></div> | ||
<div class="d-flex justify-content-center gap-2"> | ||
<ProjectBtnLink href="https://web.archive.org/web/20200722050834/https://smallsat.org/" | ||
>2020</ProjectBtnLink | ||
> | ||
<ProjectBtnLink href="https://web.archive.org/web/20210616142210/https://smallsat.org/" | ||
>2021</ProjectBtnLink | ||
> | ||
<ProjectBtnLink href="https://web.archive.org/web/20220602214552/https://smallsat.org/" | ||
>2022</ProjectBtnLink | ||
> | ||
<ProjectBtnLink href="https://smallsat.org/">2023</ProjectBtnLink> | ||
</div> | ||
<div class="text-center mb-3"><strong>Archived Sites</strong></div> | ||
<div class="d-flex justify-content-center gap-2"> | ||
<ProjectBtnLink href="https://web.archive.org/web/20200722050834/https://smallsat.org/" | ||
>2020</ProjectBtnLink | ||
> | ||
<ProjectBtnLink href="https://web.archive.org/web/20210616142210/https://smallsat.org/" | ||
>2021</ProjectBtnLink | ||
> | ||
<ProjectBtnLink href="https://web.archive.org/web/20220602214552/https://smallsat.org/" | ||
>2022</ProjectBtnLink | ||
> | ||
<ProjectBtnLink href="https://web.archive.org/web/20230627174913/https://smallsat.org/" | ||
>2024</ProjectBtnLink | ||
> | ||
<ProjectBtnLink href="https://smallsat.org/">2024</ProjectBtnLink> | ||
</div> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.