Skip to content

Commit 1d3d39c

Browse files
committed
UPDATE README AND RENAME PAGE TITLE TO EDUARDO
1 parent ea18fd7 commit 1d3d39c

File tree

3 files changed

+35
-14
lines changed

3 files changed

+35
-14
lines changed

MIT.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Copyright 2022, Eduardo Sancho SOlano
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this website and associated documentation files, to deal in the WEBSITE without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the WEBSITE, and to permit persons to whom the WEBSITE is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the WEBSITE.
6+
7+
THE WEBSITE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WEBSITE OR THE USE OR OTHER DEALINGS IN THE WEBSITE.

README.md

+27-13
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,42 @@
11
![](https://img.shields.io/badge/Microverse-blueviolet)
2+
![](https://img.shields.io/static/v1?label=BY&message=eduardosancho&color=red)
23

3-
# SetUp and Mobile Version Skeleton
4+
# Professional Portfolio
45

5-
~~~
6-
-Personal Portfolio based on Template #5 of Figma.
7-
https://www.figma.com/file/l7SqJ3ZfkAKih9sFxvWSR4/Microverse-Student-Project-1?node-id=67%3A553
8-
~~~
6+
* [Live Demo](https://eduardosancho.github.io/Portfolio/)
7+
* [GitHub Repo](https://github.com/eduardosancho/Portfolio)
8+
9+
### Personal Portfolio based on [Template #5](https://www.figma.com/file/l7SqJ3ZfkAKih9sFxvWSR4/Microverse-Student-Project-1?node-id=67%3A553) of Figma.
910

10-
![screenshot](images/screenshot.png)
1111

12+
![screenshot](images/screenshot.png)
1213

14+
## Table of Contents
15+
16+
- [Description](#description)
17+
- [Built With](#built-with)
18+
- [Getting Started](#getting-started)
19+
- [Setup](#setup)
20+
- [Scripts](#scripts)
21+
- [Start dev server](#start-dev-server)
22+
- [Build for production](#Build-for-production)
23+
- [Locally preview production build](#Locally-preview-production-build)
24+
- [Show Your Support](#how-your-support)
25+
- [Acknowledgments](#acknowledgments)
26+
- [License](#license)
27+
28+
## Description
29+
I want to invite you take a sneak peek at my work. Feel free to open my projects and toy around.
1330
## Built With
1431

15-
- Major languages: HTML and CSS
32+
- Major languages: HTML, CSS and JavaScript
1633
## Getting Started
1734

18-
Live preview of the website, published using GithubPages:
19-
https://eduardosancho.github.io/setup_and_mobile_version_skeleton/
20-
21-
2235
To get a local copy up and running follow these simple example steps.
2336

24-
1. Clone repository with git clone https://github.com/eduardosancho/setup_and_mobile_version_skeleton.git
25-
2. Open index.html
37+
1. Type in your terminal `$ git clone https://github.com/eduardosancho/Portfolio.git` to clone this repo.
38+
2. Install the `Live Server` extension in VScode.
39+
3. Right-click on `index.html` and select `Open with Live Server`.
2640

2741

2842

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta charset="UTF-8">
1515
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0">
17-
<title>Setup and Mobile Version Skeleton</title>
17+
<title>Eduardo Sancho Solano</title>
1818
<link rel="preconnect" href="https://fonts.googleapis.com">
1919
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2020
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@400;500&display=swap"

0 commit comments

Comments
 (0)