Skip to content

Commit

Permalink
projects teams button
Browse files Browse the repository at this point in the history
  • Loading branch information
spenceryzou committed Sep 27, 2021
1 parent fe73dd1 commit b5b4fe0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions src/Components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export default class Home extends Component {
<div className="center-container" id="home">
<div style={{ color: darkColor }} className="title">
SB Creative Lab
</div>
</div>
<div className="subtitle">
let's learn&nbsp;<div style={{ display: "inline-block", color: primaryColor }}> <Typewriter options={{ loop: true, delay: 50, deleteSpeed: 50 }}
onInit={(typewriter) => {
Expand All @@ -338,25 +338,25 @@ export default class Home extends Component {
/>
</div>
</div>
{/* <div className="button-hover">
<a target="_blank" rel="noopener noreferrer" href="https://tinyurl.com/SBCLApplication" style={{ whiteSpace: "nowrap" }} className="button-dark">
SBCL Board now Recruiting! 🦊
<div className="button-hover">
<a target="_blank" rel="noopener noreferrer" href="https://projects.sbcreativelab.com" style={{ whiteSpace: "nowrap" }} className="button-dark">
Apply for Projects Teams! 🦊
</a>
</div> */}
</div>
</div>
</div>
</div>
<div style={{ backgroundColor: "#356a69" }} className="section">
<div className="textContainer">
<div style={{ color: "white" }} className="title">
Mission
</div>
</div>
<div className="longCaption" style={{ color: "white" }}>
SB Creative Lab strives to empower and
build an inclusive design community at UC
Santa Barbara by providing opportunities
and resources for student designers.
</div>
</div>
</div>
<div id="scene" className="imageContainer">
<div data-depth=".02" id="absolute"><img alt="cloud" id="leftCloud" src="/images/left-cloud.png" /></div>
Expand Down Expand Up @@ -402,10 +402,10 @@ export default class Home extends Component {
<div className="rightTextContainer">
<div style={{ color: "white" }} className="title">
UI/UX
</div>
</div>
<div className="shortCaption" style={{ color: "white" }}>
Build exciting user experiences.
</div>
</div>
</div>
<div data-invert-x="false" data-invert-y="false" id="uiuxScene" className="imageContainer">
<div id="phoneScene" className="imageContainer">
Expand All @@ -420,10 +420,10 @@ export default class Home extends Component {
<div className="leftTextContainer">
<div style={{ color: "white" }} className="title">
Illustration
</div>
</div>
<div className="shortCaption mb-4" style={{ color: "white" }}>
Bring concepts and stories to life.
</div>
</div>
</div>
<div id="illusScene" className="imageContainer">
<div data-invert-x="false" data-invert-y="false" id="bookScene" className="imageContainer">
Expand All @@ -438,7 +438,7 @@ export default class Home extends Component {
<div className="center-container" id="home">
<div style={{ color: darkColor }} className="title">
let's keep in touch!
</div>
</div>
<div className="subtitle-med inline-block-center">
<ul class="links">
<li class="link"><a target="_blank" href="https://www.facebook.com/sbcreativelab/">facebook</a></li>
Expand Down
12 changes: 6 additions & 6 deletions src/Components/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ export default class Home extends Component {
<div>
<a href="/about" data-content="about" className="menu-link">
about
</a>
</a>
</div>
<div>
<a href="/resources" data-content="resources" className="menu-link">
resources
</a>
</a>
</div>
<div>
<a href="/events" data-content="events" className="menu-link">
events
</a>
</a>
</div>
<div>
<a href="https://designathon.sbcreativelab.com" data-content="designathon" className="menu-link">
designathon
</a>
<a href="https://projects.sbcreativelab.com" data-content="projects teams" className="menu-link">
projects teams
</a>
</div>
</div>
<div className="menu-socials">
Expand Down

0 comments on commit b5b4fe0

Please sign in to comment.