a personal site

site spacing & formatting changes

+18 -10
+2 -2
src/components/box/Box.css
··· 2 2 .box{ 3 3 display: block; 4 4 border: 1px solid #212121; 5 - width: 20em; 5 + width: 23em; 6 6 height: 6em; 7 7 margin-right: 3em; 8 8 margin-top: 1em; ··· 24 24 25 25 .boxHeader{ 26 26 color: #212121; 27 - font-size: 1.5rem; 27 + font-size: 1.3rem; 28 28 font-weight: 400; 29 29 padding: 0px; 30 30 margin: 5px;
+9
src/components/header/Header.css
··· 24 24 25 25 } 26 26 27 + .header a { 28 + color:#212121; 29 + margin:1em; 30 + margin-left: 0px; 31 + } 32 + 33 + .header a:hover{ 34 + color:#ff2467; 35 + }
+2
src/components/header/Header.tsx
··· 9 9 <h1 className="headerName">Daniel Daum</h1> 10 10 <p className="headerBio">Intelligence analyst, student, aspiring software engineer</p> 11 11 12 + <a href="https://github.com/daniel-daum/">Github</a> 13 + <a href="https://www.linkedin.com/in/daniel-daum-189151203/">Linkedin</a> 12 14 13 15 14 16
+2 -2
src/components/intbox/IntBox.css
··· 2 2 .intbox{ 3 3 display: block; 4 4 border: 1px solid #212121; 5 - width: 20em; 5 + width: 23em; 6 6 height: 6em; 7 7 margin-right: 3em; 8 8 margin-top: 1em; ··· 24 24 25 25 .intboxHeader{ 26 26 color: #212121; 27 - font-size: 1.5rem; 27 + font-size: 1.3rem; 28 28 font-weight: 400; 29 29 padding: 0px; 30 30 margin: 5px;
-2
src/components/nav/Navbar.css
··· 9 9 font-size: .75rem; 10 10 text-decoration: none; 11 11 color: #212121; 12 - /* #3c3e40 */ 13 - /* */ 14 12 } 15 13 16 14 .nav a:hover{
+2 -3
src/components/routes/home/Home.tsx
··· 21 21 22 22 <div className='container'> 23 23 <IntBox header='myFitness Manager' description='USAF fitness management platform' link='/comingsoon' /> 24 - <Box header='Citation Builder' description='A workplace citation generator for specific requirements' link='https://github.com/daniel-daum/citation_builder' /> 24 + <Box header='Citation Builder' description='A citation generator for specific workplace requirements' link='https://github.com/daniel-daum/citation_builder' /> 25 25 </div> 26 26 27 27 <Section header="Digital Garden" description="a place for my ideas to grow" /> 28 28 29 29 <div className='container'> 30 - <IntBox header='Changing Careers' description="coming soon" link='/comingsoon'/> 31 30 <IntBox header='Tools I Use' description="coming soon" link='/comingsoon'/> 32 - <IntBox header="Dream Home & Data" description="coming soon" link='/comingsoon'/> 31 + <IntBox header="Create a React-Typescript Project" description="coming soon" link='/comingsoon'/> 33 32 </div> 34 33 35 34 <a className="source1" href="https://github.com/daniel-daum/daniel-daum.github.io">
+1 -1
src/components/section/Section.css
··· 1 1 2 2 .section{ 3 3 margin-bottom: 1.5em; 4 - margin-top: 6em; 4 + margin-top: 5em; 5 5 } 6 6 7 7 .sectionHeader{