-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
bc9b1e8
commit bea256f
Showing
57 changed files
with
10,305 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017 Adalab | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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 +1,52 @@ | ||
# tesaelections | ||
# Project's title: Breaking Code, a team introduction | ||
|
||
Welcome to the presentation page of the Breaking Code team! | ||
|
||
## Technologies | ||
|
||
This web page was made using HTML5 and SaSS. | ||
|
||
## Project Description | ||
|
||
In this page you can find: | ||
|
||
A navigation bar with: | ||
- Team ('Equipo') -> linked to team description | ||
- Quiénes somos ('Who we are') -> linked to Who we are section | ||
- Contact ('Contact') -> linked to the form | ||
|
||
Landing: | ||
- Logo of the team | ||
- Motto | ||
- Team description | ||
- Strengths and Weaknesses | ||
- Who we are | ||
- Footer with the same items and links that the nav bar | ||
|
||
Contact: | ||
|
||
There is a contact form you can use to stay in contact with us:) | ||
|
||
## How to install the project | ||
|
||
Clone the repository and run `npm install` to create the `node_modules` folder. Use it locally with npm start. | ||
|
||
If you want to deploy the code into GitHub Pages, once the code is done and pushed run `npm run docs` and add, commit and push the updated docs folder. | ||
|
||
## Demo | ||
|
||
You can see the result at [GitHub Pages](https://lvaldenebro.github.io/team-introduction-landing/). | ||
|
||
## License | ||
|
||
All this code is released into the public domain. | ||
|
||
## Credits | ||
|
||
This web page is created under the Adalab supervision, so thanks to them for all the tips given to improve it! | ||
|
||
## Thanks to | ||
|
||
You user! I'm grateful that you are using my page, so I only want you to enjoy yourself, as well as I did developing it! | ||
|
||
Now, hands to the job! |
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,40 @@ | ||
{ | ||
"env": { | ||
"dev": { | ||
"dest": "public" | ||
}, | ||
"producction": { | ||
"dest": "docs" | ||
} | ||
}, | ||
"api": { | ||
"src": "src/api/*", | ||
"dest": "public/api/", | ||
"dist": "docs/api/" | ||
}, | ||
"css": { | ||
"src": "src/scss/**/*.scss", | ||
"dest": "public/assets/css/", | ||
"dist": "docs/assets/css/" | ||
}, | ||
"html": { | ||
"src": "src/html/**.html", | ||
"dest": "public/", | ||
"dist": "docs/" | ||
}, | ||
"js": { | ||
"src": [ | ||
"src/js/**/*.js" | ||
], | ||
"dest": "public/assets/js/", | ||
"dist": "docs/assets/js/" | ||
}, | ||
"images": { | ||
"src": "src/images/**/*.{gif,jpg,jpeg,JPG,JPEG,png,svg}", | ||
"dest": "public/assets/images/", | ||
"dist": "docs/assets/images/" | ||
}, | ||
"watch": { | ||
"html": "src/**/*.html" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
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.
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
|
||
<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" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap”" rel="stylesheet" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap" rel="stylesheet" /> | ||
<script src="https://kit.fontawesome.com/be943aedd0.js" crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="./assets/css/main.css" /> | ||
<title>Proyect 1 Team 8</title> | ||
</head> | ||
|
||
<body> | ||
<!--header--> | ||
<header class="header"> | ||
<h1 class="title"><a href="./index.html">TESA Elections</a></h1> | ||
<nav class="nav"> | ||
<ul class="ul-nav"> | ||
<li class="li-nav"> | ||
<a class="menu" href="./index.html#team">WHY US?</a> | ||
</li> | ||
<li class="li-nav"> | ||
<a class="menu" href="./index.html#quienes-somos">ABOUT US</a> | ||
</li> | ||
<li class="li-nav"> | ||
<a class="menu" href="./contact.html">Contact</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<!--contacts section--> | ||
<iv> | ||
<section class="hero"> | ||
<img class="background-img" src="./assets/images/contact.jpg" alt="Breaking code logo" | ||
title="Breaking Code logo"> | ||
</section> | ||
|
||
<section class="form__team"> | ||
<h3 class="team__h3--form">Contact Us</h3> | ||
<p class="form__team--p">Devadripta Jadhav - 7057076591 <br> | ||
Prathmesh Birle - 9356850054</p> | ||
<p class="form__team--p">You may contact us through Calls, Whatsapp, Instagram or Linkedin as well :) <span class="form__color">*</span> | ||
</p> | ||
|
||
</section> | ||
</section> | ||
|
||
|
Oops, something went wrong.