Skip to content

Commit 54b1cd5

Browse files
updated sites
1 parent 450c717 commit 54b1cd5

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# My personal page
1+
# Umberto Domenico Ciccia's Personal Page
2+
3+
Welcome to my personal page! This repository contains the source code for my personal website, which showcases my resume, projects, and more.
4+
5+
## Table of Contents
6+
7+
- [About](#about)
8+
- [Resume](#resume)
9+
- [Projects](#projects)
10+
- [Contact](#contact)
11+
12+
## About
13+
14+
This website is built using HTML, CSS, and Markdown. It includes information about my education, certifications, work experience, skills, and projects.
15+
16+
## Resume
17+
18+
You can view my resume on the [index.md](index.md) page. It includes detailed information about my education, certifications, work experience, skills, and projects.
19+
20+
## Contact
21+
22+
Feel free to reach out to me via email at [umbertociccia@icloud.com](mailto:umbertociccia@icloud.com) or connect with me on [LinkedIn](https://www.linkedin.com/in/umberto-domenico-ciccia/).
23+
24+
## License
25+
26+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

_includes/template.html _layouts/default.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>{{ title }}</title>
7-
<link rel="stylesheet" href="bundle.css">
6+
<title>{{ page.title }}</title>
7+
<link rel="stylesheet" href="../styles.css">
88
</head>
99
<body>
1010
<header>
11-
<h1>{{ title }}</h1>
11+
<h1>{{ site.title }}</h1>
1212
</header>
1313
<main>
1414
{{ content }}

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Umberto Domenico Ciccia's Resume"
3-
layout: "template.html"
3+
layout: default
44
---
55

66
**Rende, Italy** | 📱 **+39 3318865017** | 📧 **[umbertociccia@icloud.com](mailto:umbertociccia@icloud.com)**

bundle.css styles.css

File renamed without changes.

0 commit comments

Comments
 (0)