Skip to content

Commit

Permalink
Merge pull request #2 from bradfordjohnson/projects
Browse files Browse the repository at this point in the history
Page Refactor
  • Loading branch information
bradfordjohnson authored Mar 5, 2024
2 parents 29f51f9 + 8750e2c commit 1ea8577
Show file tree
Hide file tree
Showing 25 changed files with 5,912 additions and 30,460 deletions.
1 change: 1 addition & 0 deletions portfolio/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
2 changes: 1 addition & 1 deletion portfolio/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ website:

format:
html:
theme: "_variables.scss"
theme: ["_variables.scss", default]
toc: true
link-external-newwindow: true
69 changes: 37 additions & 32 deletions portfolio/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ h3,
h4,
h5,
h6 {
text-transform: uppercase;
// text-transform: uppercase;
letter-spacing: 3px;
}

Expand Down Expand Up @@ -294,39 +294,8 @@ th {

nav a.nav-link:hover {
border-bottom: 2px solid #333;
/* You can customize the color and thickness */
}

// .card {
// display: flex;
// flex-direction: column;
// justify-content: space-evenly;
// margin: 10px;
// padding: 10px;
// border: 1px solid #ddd;
// border-radius: 5px;
// box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
// width: calc(33% - 40px);
// min-width: 300px;
// }

// .card-header h3 {
// margin: 0px;
// font-size: 1.5rem;
// flex: 1;
// }

// .card-header {
// background-color: white;
// display: flex;
// //align-items: center;
// }

// .card-body p {
// margin: 0;
// font-size: 1.1rem;
// }

.card {
--bs-card-spacer-y: 1rem;
--bs-card-spacer-x: 1rem;
Expand Down Expand Up @@ -389,6 +358,42 @@ h4.card-title.center {
text-align: center;
}

.about-contents {
display: flex;
justify-content: center;
align-items: center;
height: 22em;
}

.hero {
font-family: var(--sans-serif);
margin: 4rem 0;
// text-wrap: stable;
// text-wrap: balance;
}

.img-fluid {
height: auto;
width: 70%;
}

.hero h1 {
font-size: $h2-font-size;
font-style: normal;
font-family: var(--sans-serif);
line-height: 1;
margin: 1rem 0;
text-wrap: balance;
}

.hero p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

.button {
text-align: center;
}
Expand Down
1,589 changes: 660 additions & 929 deletions portfolio/docs/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1ea8577

Please sign in to comment.