Skip to content

Commit

Permalink
upload personal page
Browse files Browse the repository at this point in the history
  • Loading branch information
xavi-mat committed Apr 12, 2022
1 parent 3364ea4 commit ed213c7
Show file tree
Hide file tree
Showing 35 changed files with 1,029 additions and 182 deletions.
65 changes: 65 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# boot007-mypage

Personal page project:

https://github.com/TheBridge-FullStackDeveloper/fswd-ft-abr22-ramp-up-valencia/blob/main/src/ejercicio/ejercicio-web-personal.md

## Screenshots

### Xsmall

![xsmall](assets/images/screenshots/screenshot-xsmall.jpg)

### Small

![small](assets/images/screenshots/screenshot-small.jpg)

### Medium

![medium](assets/images/screenshots/screenshot-medium.jpg)

### Large

![large](assets/images/screenshots/screenshot-large.jpg)


## Folder and files structure

### Pages:

- `index.html`
- `/pages`
- - `bio.html`
- - `contact.html`
- - `portfolio.html`

### Assets
- `/assets`
- - `/images`

## TODO

- [x] `nav` pattern
- [x] `.html`
- [x] `.css`
- [x] `.js` No JS for now.
- [x] Content
- [x] `index.html`
- [x] `bio.html`
- [x] `portfolio.html`
- [x] `contact.html`
- [x] Styling
- [x] `xsmall`
- [x] `small`
- [x] `medium`
- [x] `large`
- [x] `Xlarge`
- [x] Review
- [x] `index.html`
- [x] `bio.html`
- [x] `portfolio.html`
- [x] `contact.html`
- [x] `styles.css`
- [x] Add a "go up" button
- [x] Send
- [x] All done!
Binary file added assets/images/books/books.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/books/thesis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/books/yarea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/chibi-square.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/code/code.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/code/guggle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/code/renpy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/code/rla-es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/code/styles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/contact.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/jo-chibi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/joprof.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screenshots/screenshot-large.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screenshots/screenshot-medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screenshots/screenshot-small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screenshots/screenshot-xsmall.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/vn/captain-jack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/vn/dungeon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/vn/jesus-life.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/yt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
112 changes: 112 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="/styles/style.css">
</head>

<body>
<nav>
<div class="in-nav">
<span>Xavimat</span>
<span class="nav-buttons">
<a href="/" class="active">Home</a>
<a href="/pages/bio.html">Bio</a>
<a href="/pages/portfolio.html">Portfolio</a>
<a href="/pages/contact.html">Contact</a>
</span>
</div>
</nav>

<main>
<section id="hero">
<h1>Welcome to Xavimat's page!</h1>
<div class="cards-container">
<p>
<a href="https://www.facebook.com/xavimatoses/" target="_blank" rel="noopener noreferrer" title="Facebook">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-facebook" width="44"
height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#9aa0a6" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" />
</svg>
</a>
</p>
<p>
<a href="https://twitter.com/xavimat_" target="_blank" rel="noopener noreferrer" title="Twitter">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-twitter" width="44"
height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#9aa0a6" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" />
</svg>
</a>
</p>
<p>
<a href="https://www.linkedin.com/in/xavier-matoses/" target="_blank" rel="noopener noreferrer"
title="LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-linkedin" width="44"
height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#9aa0a6" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="8" y1="11" x2="8" y2="16" />
<line x1="8" y1="8" x2="8" y2="8.01" />
<line x1="12" y1="16" x2="12" y2="11" />
<path d="M16 16v-3a2 2 0 0 0 -4 0" />
</svg>
</a>
</p>
</div>
</section>
<!-- End of section Hero -->

<section id="content" class="cards-container">
<div class="card" data-card="bio">
<a href="/pages/bio.html">
<img src="/assets/images/chibi-square.jpg" alt="Bio">
<p>Bio</p>
</a>
</div>
<div class="card" data-card="portfolio">
<a href="/pages/portfolio.html">
<img src="/assets/images/work.jpg" alt="Portfolio">
<p>Portfolio</p>
</a>
</div>
<div class="card" data-card="contact">
<a href="/pages/contact.html">
<img src="assets/images/contact.jpg" alt="Contact">
<p>Contact</p>
</a>
</div>
</section>
<!-- End of section content -->
</main>

<footer>
<div class="in-foot">
&copy; 2022 by xavimat
</div>
</footer>

<div onclick="window.scrollTo(0,0)">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up-circle go-up-btn" width="44"
height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<circle cx="12" cy="12" r="9" />
<line x1="12" y1="8" x2="8" y2="12" />
<line x1="12" y1="8" x2="12" y2="16" />
<line x1="16" y1="12" x2="12" y2="8" />
</svg>
</div>

</body>

</html>
29 changes: 0 additions & 29 deletions js_old.js

This file was deleted.

3 changes: 0 additions & 3 deletions old/css.css

This file was deleted.

97 changes: 0 additions & 97 deletions old/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions old/index_old.html

This file was deleted.

35 changes: 0 additions & 35 deletions old/js.js

This file was deleted.

1 change: 0 additions & 1 deletion old/txt.txt

This file was deleted.

Loading

0 comments on commit ed213c7

Please sign in to comment.