Skip to content

Commit 3ca5e1b

Browse files
committed
Deploying to gh-pages from @ 32f832b 🚀
1 parent e9ffdf5 commit 3ca5e1b

7 files changed

Lines changed: 62 additions & 23 deletions

File tree

‎404.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
<link rel="stylesheet" href="/css/software.css" />
2525
<link rel="stylesheet" href="/css/posts.css" />
2626

27-
2827

29-
<title>Brian's Website</title>
28+
<title>Your Title</title>
3029
</head>
3130
<body>
3231

‎css/cover.css‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,20 @@ body {
6060
display: block;
6161
margin-bottom: 10%;
6262
}
63+
.cover .cover-body .cover-button {
64+
width: auto;
65+
padding: 10px;
66+
display: inline;
67+
color: #000000;
68+
background-color: #cebada;
69+
border: none;
70+
align-content: center;
71+
}
72+
.cover .cover-body .cover-button a {
73+
color: #000000;
74+
font-size: 24px;
75+
text-decoration: none;
76+
}
6377
.cover .cover-nav {
6478
width: 100%;
6579
text-align: center;

‎index.html‎

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,49 @@
1919

2020
<link rel="stylesheet" href="/css/cover.css" />
2121

22+
<link rel="stylesheet" href="/css/nav.css" />
23+
<link rel="stylesheet" href="/css/sidebar.css" />
24+
<link rel="stylesheet" href="/css/cards.css" />
25+
<link rel="stylesheet" href="/css/showcase.css" />
26+
<link rel="stylesheet" href="/css/software.css" />
27+
<link rel="stylesheet" href="/css/posts.css" />
2228

2329

24-
<title>Brian's Website</title>
30+
<title>Your Title</title>
2531
</head>
2632
<body>
2733

2834

29-
<div class="cover">
35+
<div class="masthead">
36+
<nav>
37+
<div class="author-name-nav">
38+
<li><a href="/">Brian C. Ferrari</a></li>
39+
</div>
40+
<a class="burger-nav" onclick="myFunction()">
41+
<i class="fa-2x fa fa-bars"></i>
42+
</a>
43+
<div class="desktop-nav"><li>
44+
<a href="/pages/aboutMe">About Me</a>
45+
</li>
46+
47+
<li>
48+
<a href="/pages/software">Software</a>
49+
</li>
50+
51+
</div>
52+
<div id="hidden" class="mobile-nav"><li>
53+
<a href="/pages/aboutMe">About Me</a>
54+
</li>
55+
56+
<li>
57+
<a href="/pages/software">Software</a>
58+
</li>
59+
60+
</div>
61+
</nav>
62+
</div>
63+
64+
<div class="cover">
3065
<div class="cover-photo"><img src="/assets/figs/me.jpg" alt="Brian C. Ferrari"></div>
3166

3267
<div class="cover-body">
@@ -41,17 +76,11 @@
4176
<p class="short-bio">
4277
Chemistry PhD Candidate at Leiden University
4378
</p>
44-
</div>
4579

46-
<div class="cover-nav">
47-
<button class="cover-button">
48-
<a href="/pages/aboutMe">About Me</a>
49-
</button>
5080
<button class="cover-button">
5181
<a href="/assets/items/cv.pdf">CV</a>
5282
</button>
5383
</div>
54-
5584
<div class="cover-links"><ul><li>
5685
<a href="https://www.linkedin.com/in/brian-ferrari-001b8a163/" target=_blank>
5786
<i class="fa fa-brands fa-linkedin fa-2x" aria-hidden="true"></i>
@@ -73,8 +102,7 @@
73102
<i class="fa fa-graduation-cap fa-2x" aria-hidden="true"></i>
74103
</a></li>
75104
</ul></div>
76-
</div>
77-
105+
</div>
78106

79107

80108
<!-- Content appended here -->

‎pages/aboutMe/index.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
<link rel="stylesheet" href="/css/software.css" />
2525
<link rel="stylesheet" href="/css/posts.css" />
2626

27-
2827

29-
<title>Brian's Website</title>
28+
<title>Your Title</title>
3029
</head>
3130
<body>
3231

‎pages/software/index.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
<link rel="stylesheet" href="/css/software.css" />
2525
<link rel="stylesheet" href="/css/posts.css" />
2626

27-
2827

29-
<title>Brian's Website</title>
28+
<title>Your Title</title>
3029
</head>
3130
<body>
3231

‎robots.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sitemap: https://cavenfish.github.io/sitemap.xml
1+
Sitemap: https://your-path.com/sitemap.xml
22

33
User-agent: *
44
Disallow:

‎sitemap.xml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33

44
<url>
5-
<loc>https://cavenfish.github.io/index.html</loc>
6-
<lastmod>2025-09-07</lastmod>
5+
<loc>https://your-path.com/index.html</loc>
6+
<lastmod>2025-09-11</lastmod>
77
<changefreq>monthly</changefreq>
88
<priority>0.5</priority>
99
</url>
1010
<url>
11-
<loc>https://cavenfish.github.io/pages/software/index.html</loc>
12-
<lastmod>2025-09-07</lastmod>
11+
<loc>https://your-path.com/pages/software/index.html</loc>
12+
<lastmod>2025-09-11</lastmod>
1313
<changefreq>monthly</changefreq>
1414
<priority>0.5</priority>
1515
</url>
1616
<url>
17-
<loc>https://cavenfish.github.io/pages/aboutMe/index.html</loc>
18-
<lastmod>2025-09-07</lastmod>
17+
<loc>https://your-path.com/pages/aboutMe/index.html</loc>
18+
<lastmod>2025-09-11</lastmod>
1919
<changefreq>monthly</changefreq>
2020
<priority>0.5</priority>
2121
</url>

0 commit comments

Comments
 (0)