Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added shayanne-pessanha/img/jardim-botanico-sp.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 shayanne-pessanha/img/pinacoteca.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions shayanne-pessanha/img/sp para poucos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<!-- saved from url=(0050)http://127.0.0.1:5500/shayanne-pessanha/index.html -->
<html lang="pt-br"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sp para poucos</title>
<link rel="stylesheet" type="text/css" href="./sp para poucos_files/style.css" media="screen">
</head>
<body>
<div class="site-container">
<nav class="navbar">
<a>home</a>
<a>semana</a>
<a>passeios</a>
</nav>
<img class="background-header" src="./sp para poucos_files/sp-background.jpg">
<header>

</header>
<footer>

</footer>
</div>
<!-- Code injected by live-server -->
<script type="text/javascript">
// <![CDATA[ <-- For SVG support
if ('WebSocket' in window) {
(function () {
function refreshCSS() {
var sheets = [].slice.call(document.getElementsByTagName("link"));
var head = document.getElementsByTagName("head")[0];
for (var i = 0; i < sheets.length; ++i) {
var elem = sheets[i];
var parent = elem.parentElement || head;
parent.removeChild(elem);
var rel = elem.rel;
if (elem.href && typeof rel != "string" || rel.length == 0 || rel.toLowerCase() == "stylesheet") {
var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, '');
elem.href = url + (url.indexOf('?') >= 0 ? '&' : '?') + '_cacheOverride=' + (new Date().valueOf());
}
parent.appendChild(elem);
}
}
var protocol = window.location.protocol === 'http:' ? 'ws://' : 'wss://';
var address = protocol + window.location.host + window.location.pathname + '/ws';
var socket = new WebSocket(address);
socket.onmessage = function (msg) {
if (msg.data == 'reload') window.location.reload();
else if (msg.data == 'refreshcss') refreshCSS();
};
if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) {
console.log('Live reload enabled.');
sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer', true);
}
})();
}
else {
console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');
}
// ]]>
</script>
</body></html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
127 changes: 127 additions & 0 deletions shayanne-pessanha/img/sp para poucos_files/sp para poucos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<!DOCTYPE html>
<!-- saved from url=(0050)http://127.0.0.1:5500/shayanne-pessanha/index.html -->
<html lang="pt-br"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sp para poucos</title>
<link rel="stylesheet" href="./sp para poucos_files/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link href="./sp para poucos_files/css2" rel="stylesheet">
</head>
<body>
<nav class="container-navbar">
<h3>
<a>
home
</a>
<a>
eventos
</a>
<a>
contato
</a>
</h3>
</nav>
<header class="container-header">
<div>
<img src="./sp para poucos_files/logo-sp.png">
<h1>Conheça os passeios mais legais e gratuitos em SP!</h1>
</div>
<h3>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor, nihil dolores est reiciendis amet exercitationem sapiente nostrum, culpa ex qui nulla cupiditate recusandae mollitia voluptas. Vero tempore sit reiciendis aperiam!
</h3>
<button>
mostrar outros
</button>
</header>
<div class="container-articles">
<article>
<h5>
Paulista
</h5>
<img src="./sp para poucos_files/masp.jpg">
<h4>
MASP
</h4>
<ul>
<li>
Lorem, ipsum dolor.
</li>
</ul>
</article>
<article>
<h5>
Paulista
</h5>
<img src="./sp para poucos_files/masp.jpg">
<h4>
MASP
</h4>
<ul>
<li>
Lorem, ipsum dolor.
</li>
</ul>
</article>
<article>
<h5>
Paulista
</h5>
<img src="./sp para poucos_files/masp.jpg">
<h4>
MASP
</h4>
<ul>
<li>
Lorem, ipsum dolor.
</li>
</ul>
</article>
</div>
<footer class="container-footer">
<h6>
Todos os direitos reservados. Desenvolvido por <a href="https://shaypessanha.netlify.app/">Shayanne Pessanha</a>
</h6>

</footer>
<!-- Code injected by live-server -->
<script type="text/javascript">
// <![CDATA[ <-- For SVG support
if ('WebSocket' in window) {
(function () {
function refreshCSS() {
var sheets = [].slice.call(document.getElementsByTagName("link"));
var head = document.getElementsByTagName("head")[0];
for (var i = 0; i < sheets.length; ++i) {
var elem = sheets[i];
var parent = elem.parentElement || head;
parent.removeChild(elem);
var rel = elem.rel;
if (elem.href && typeof rel != "string" || rel.length == 0 || rel.toLowerCase() == "stylesheet") {
var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, '');
elem.href = url + (url.indexOf('?') >= 0 ? '&' : '?') + '_cacheOverride=' + (new Date().valueOf());
}
parent.appendChild(elem);
}
}
var protocol = window.location.protocol === 'http:' ? 'ws://' : 'wss://';
var address = protocol + window.location.host + window.location.pathname + '/ws';
var socket = new WebSocket(address);
socket.onmessage = function (msg) {
if (msg.data == 'reload') window.location.reload();
else if (msg.data == 'refreshcss') refreshCSS();
};
if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) {
console.log('Live reload enabled.');
sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer', true);
}
})();
}
else {
console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');
}
// ]]>
</script>
</body></html>
Loading