Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glmvc authored Jul 15, 2023
1 parent 93c9779 commit f222012
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ๐ŸŒ first-site

## ๐Ÿš€ with this small website project i started my journey as a web developer...
## ๐Ÿš€ with this small website project i started my journey as a web developer

### ๐ŸŒฑ so this should be an *inspiration* and *resource* for anyone looking to get into web development

Expand All @@ -9,27 +9,27 @@
- also, don't be shy and show us your result ๐Ÿ‘จโ€๐Ÿ’ป
- we're all here to learn - from and with others - no matter how advanced someone is ๐Ÿฃ

#### ๐Ÿ‘€ check out what is possible after 1-3 hours of research and motivation
#### ๐Ÿ‘€ check out what is possible with 1-3 hours of research and motivation

- the page has content (with hyperlinks) ๐Ÿ“ฐ
- it's styled ๐ŸŽจ
- clicking the image will show another one ๐Ÿ–ผ๏ธ
- the site asks us for a name, which is displayed under the main heading, and it can also be changed by clicking on the button ๐Ÿช„
- the site asks us for a name, which is displayed under the main heading, and it can also be changed by clicking the button ๐Ÿช„
- the website is online using [github pages](https://pages.github.com/ "github pages homepage") ๐ŸŒŽ

##### ๐Ÿ”— [first site website](https://glmvc.github.io/first-site/ "first site website")
##### ๐Ÿ”— [first-site website](https://glmvc.github.io/first-site/ "first-site homepage")

[![screenshot of the first site website](first-site-screenshot.png "first site website")](https://glmvc.github.io/first-site/)
[![screenshot of the first-site website](first-site-screenshot.png "first-site homepage")](https://glmvc.github.io/first-site/)

#### ๐Ÿ”ฎ i've created an upgraded version of this website - give it a chance and check it out
#### ๐Ÿ”ฎ i've created an **upgraded version** of this website - give the upgraded project a chance and check it out

- spoiler: it's *way* better and can do *much* more ๐Ÿฆพ
- [link to its repository](https://github.com/glmvc/first-site-upgrade "first site upgrade github repository")
- [link to the upgraded website](https://glmvc.github.io/first-site-upgrade/ "first site upgrade website")
- [upgraded repository](https://github.com/glmvc/first-site-upgrade "first-site-upgrade github repository")
- [upgraded website](https://glmvc.github.io/first-site-upgrade/ "first-site-upgrade website")

---

#### ๐Ÿ‘พ and here are the lines of code of my first site
#### ๐Ÿ‘พ and here are the lines of code of my first-site

- as a beginner, the following just looks impressive, i know - i actually surprised myself at what i achieved ๐Ÿคฉ
- but you'll see once you get started it's not that difficult at all โšก๏ธ
Expand Down Expand Up @@ -228,4 +228,4 @@ myButton.onclick = function() {

---

> created along with the beginner-friendly learning resource ["Getting started with the Web"](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web "getting started with the web article on mdn") from the [MDN Web Docs](https://developer.mozilla.org/ "mdn web docs homepage") (previously Mozilla Developer Network and formerly Mozilla Developer Center)
> created along with the beginner-friendly learning resource ["Getting started with the web"](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web "getting started with the web article on mdn") from the [MDN Web Docs](https://developer.mozilla.org/ "mdn web docs homepage") (previously Mozilla Developer Network and formerly Mozilla Developer Center)

0 comments on commit f222012

Please sign in to comment.