Skip to content

changed name #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
1 change: 0 additions & 1 deletion build/index.html

This file was deleted.

File renamed without changes.
116 changes: 116 additions & 0 deletions homepage/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!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">
<title>Home | Research Paper Website</title>
<meta name="description" content="Page-specific description">
<meta name="keywords" content="Page-specific keywords">
<link rel="shortcut icon" href="favicon.ico">
<link rel="shortcut icon" href="static/images/favicons/favicon.png" type="image/x-icon">
<link rel="apple-touch-icon" href="static/images/favicons/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="static/images/favicons/apple-touch-icon-precomposed.png">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="static/css/screen.min.css">
<link rel="stylesheet" href="static/css/custom.min.css">
</head>

<body>
<header class="page-header">
<div class="page-header__inner">
<h1 class="logo page-header__logo">My Charity<span>Making more todays</span></h1>
<nav class="nav page-header__nav">
<a class="page-header__nav-link page-header__nav-link_selected">Home</a>
<a class="page-header__nav-link" href="#">Main Figure 1</a>
<a class="page-header__nav-link" href="#">Main Figure 2</a>
<a class="page-header__nav-link" href="#">Main Figure 3</a>
<a class="page-header__nav-link" href="#">Check</a>
<a class="page-header__nav-link" href="#">Check</a>
<a class="page-header__nav-link" href="#">Check</a>
</nav>
</div>
</header>
<section class="promo">
<div class="promo__inner">
<h1 class="promo__title">Welcome to my charity</h1>
<h2 class="promo__slogan">Lorem Ipsum is simply dummy text of the printing and typesetting.</h2><a
class="promo__button" href="#">Donate now</a>
</div>
</section>
<section class="services">
<div class="services__goals">
<h1 class="logo services__logo">My Charity<span>Making more todays</span></h1>
</div>
<div class="services__donate"><a class="services__title" href="#">Donate Now!</a>
<p class="services__text">Lorem Ipsum is simply dummy text.</p>
</div>
<div class="services__news">
<div class="services__subscribe">
<h1 class="services__title">Sign up to newsletter</h1>
<form class="subscribe-form" action="#" method="post"><input id="email__subscribe" type="text"
name="email" value="Enter your email"> <label for="#email__subscribe"></label> <input
type="submit" value="Subscribe"></form>
<p class="services__text">Lorem Ipsum is simply dummy text of the printing and typeset ing ustry. Lorem
Ipsum has been the industry's standard dummy text</p>
</div>
</div>
<div class="services__soc"><a class="services__icon" href="#">Like Now!</a></div>
</section>
<section class="events">
<h1 class="events__title">Our Events</h1>
<div class="events__inner">
<div class="event">
<h2 class="event__date"><span>18</span>October</h2>
<h3 class="event__title">Lorem Ipsum is simply</h3>
<p class="event__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard unchanged</p><a class="event__button" href="#">More</a>
</div>
<div class="event">
<h2 class="event__date"><span>22</span>October</h2>
<h3 class="event__title">Lorem Ipsum is simply</h3>
<p class="event__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard unchanged</p><a class="event__button" href="#">More</a>
</div>
<div class="event">
<h2 class="event__date"><span>28</span>October</h2>
<h3 class="event__title">Lorem Ipsum is simply</h3>
<p class="event__text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard unchanged</p><a class="event__button" href="#">More</a>
</div>
</div>
</section>
<footer class="page-footer">
<div class="page-footer__inner">
<nav class="nav page-footer__nav"><a class="page-footer__nav-link page-footer__nav-link_selected">Home</a><a
class="page-footer__nav-link" href="#">About Us</a><a class="page-footer__nav-link"
href="#">Projects</a><a class="page-footer__nav-link" href="#">Blog</a><a
class="page-footer__nav-link" href="#">Events</a><a class="page-footer__nav-link"
href="#">Gallery</a><a class="page-footer__nav-link" href="#">Contact Us</a></nav>
<div class="widgets">
<div class="widget widget_social">
<h3 class="widget__title">Follow Us</h3><a class="widget__icon widget__icon_fb"
href="#">Facebook</a><a class="widget__icon widget__icon_tw" href="#">Twitter</a><a
class="widget__icon widget__icon_gplus" href="#">Google+</a>
</div>
<div class="widget widget_feed">
<h3 class="widget__title">News letter</h3>
<form class="subscribe-form" action="#" method="post"><input id="email-subscribe" type="text"
name="email" value="Enter your email"> <label for="#email-subscribe"></label> <input
type="submit" value="Subscribe"></form>
</div>
<div class="widget widget_contact">
<h3 class="widget__title">Contact Us</h3>
<p class="widget__text">Adress</p>
<p class="widget__text">New Street</p>
<p class="widget__text">ph :xxxxx-xxx-xxx</p>
</div>
</div>
<div class="copyright">My Charity © 2013 Allright Reserved<br>Designed by cssauthor.com | Coded by
orlovmax.com</div>
</div>
</footer>
</body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes