tangled
alpha
login
or
join now
danieldaum.net
/
saturn
0
fork
atom
a personal site
0
fork
atom
overview
issues
pulls
pipelines
site spacing & formatting changes
daniel daum
4 years ago
f32af0e0
7579fe26
+18
-10
7 changed files
expand all
collapse all
unified
split
src
components
box
Box.css
header
Header.css
Header.tsx
intbox
IntBox.css
nav
Navbar.css
routes
home
Home.tsx
section
Section.css
+2
-2
src/components/box/Box.css
reviewed
···
2
2
.box{
3
3
display: block;
4
4
border: 1px solid #212121;
5
5
-
width: 20em;
5
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
27
-
font-size: 1.5rem;
27
27
+
font-size: 1.3rem;
28
28
font-weight: 400;
29
29
padding: 0px;
30
30
margin: 5px;
+9
src/components/header/Header.css
reviewed
···
24
24
25
25
}
26
26
27
27
+
.header a {
28
28
+
color:#212121;
29
29
+
margin:1em;
30
30
+
margin-left: 0px;
31
31
+
}
32
32
+
33
33
+
.header a:hover{
34
34
+
color:#ff2467;
35
35
+
}
+2
src/components/header/Header.tsx
reviewed
···
9
9
<h1 className="headerName">Daniel Daum</h1>
10
10
<p className="headerBio">Intelligence analyst, student, aspiring software engineer</p>
11
11
12
12
+
<a href="https://github.com/daniel-daum/">Github</a>
13
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
reviewed
···
2
2
.intbox{
3
3
display: block;
4
4
border: 1px solid #212121;
5
5
-
width: 20em;
5
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
27
-
font-size: 1.5rem;
27
27
+
font-size: 1.3rem;
28
28
font-weight: 400;
29
29
padding: 0px;
30
30
margin: 5px;
-2
src/components/nav/Navbar.css
reviewed
···
9
9
font-size: .75rem;
10
10
text-decoration: none;
11
11
color: #212121;
12
12
-
/* #3c3e40 */
13
13
-
/* */
14
12
}
15
13
16
14
.nav a:hover{
+2
-3
src/components/routes/home/Home.tsx
reviewed
···
21
21
22
22
<div className='container'>
23
23
<IntBox header='myFitness Manager' description='USAF fitness management platform' link='/comingsoon' />
24
24
-
<Box header='Citation Builder' description='A workplace citation generator for specific requirements' link='https://github.com/daniel-daum/citation_builder' />
24
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
30
-
<IntBox header='Changing Careers' description="coming soon" link='/comingsoon'/>
31
30
<IntBox header='Tools I Use' description="coming soon" link='/comingsoon'/>
32
32
-
<IntBox header="Dream Home & Data" description="coming soon" link='/comingsoon'/>
31
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
reviewed
···
1
1
2
2
.section{
3
3
margin-bottom: 1.5em;
4
4
-
margin-top: 6em;
4
4
+
margin-top: 5em;
5
5
}
6
6
7
7
.sectionHeader{