-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
91 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,10 @@ | ||
<script setup> | ||
import Header from './components/Header.vue' | ||
import Navbar from './components/Navbar.vue' | ||
</script> | ||
|
||
<template> | ||
<Header /> | ||
<section class="section-navigation mb-4"> | ||
<div class=""> | ||
<nav class="navbar navbar-expand-lg navbar-light"> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav mr-auto"> | ||
<li class="nav-item active"> | ||
<router-link to="/" class="nav-link" href="#">Inicio <span class="sr-only">(current)</span></router-link> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Próximamente</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Próximamente</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Próximamente</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Próximamente</a> | ||
</li> | ||
</ul> | ||
<form class="form-inline my-2 my-lg-0 d-none"> | ||
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search"> | ||
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> | ||
</form> | ||
</div> | ||
</nav> | ||
</div> | ||
</section> | ||
<Navbar /> | ||
<router-view></router-view> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<template> | ||
<section class="section-navigation mb-4"> | ||
<nav class="navbar navbar-expand-lg navbar-light"> | ||
<ul class="navbar-nav mr-auto"> | ||
<li class="nav-item active"> | ||
<router-link to="/" class="nav-link" href="#">Inicio <span class="sr-only">(current)</span></router-link> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Nacionales</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Extranjeras</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Deportes</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Curiosas</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Educación sexual</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</section> | ||
</template> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<script setup> | ||
import { usePostStore } from '../../store/posts' | ||
const advertisment = usePostStore().advertisment | ||
</script> | ||
<template> | ||
<div class="mb-5 text-center bg-hard-light"> | ||
<div class="small" style="background-color: rgba(0,0,0,0.05)"><span | ||
class="text-muted font-alegreya">ADVERTISMENT</span></div> | ||
<div class="py-2"> | ||
<img :src="advertisment.image.url" class="img-fluid" /> | ||
</div> | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fc1120e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
alertard-net – ./
www.alertard.net
alertalosfrailes-net.vercel.app
alertard-net-git-main-terrerox.vercel.app
alertard-net-terrerox.vercel.app
alertard.net