-
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
6 changed files
with
162 additions
and
752 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 |
---|---|---|
@@ -0,0 +1,162 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Praktikum 4</title> | ||
</head> | ||
<body> | ||
<nav class="navbar"> | ||
<div class="container"> | ||
<div class="logo"> | ||
<img src="" alt="logo"> | ||
<p>Remind<span>me</span></p> | ||
</div> | ||
<div class="menu"> | ||
<ul> | ||
<li><a href="#" class="">Home</a></li> | ||
<li><a href="#" class="">Features</a></li> | ||
<li><a href="#" class="">About Us</a></li> | ||
</ul> | ||
</div> | ||
<button> | ||
<img src="" alt="About App"> | ||
</button> | ||
</div> | ||
</nav> | ||
|
||
<section class="hero"> | ||
<div class="container"> | ||
<div class="hero-text"> | ||
<h1>Manage Schedule and Task Easy</h1> | ||
<p>Create and organize schedule and task deadline become better, easy manage and certainly no longer lagging behind schedule of activities and task</p> | ||
</div> | ||
<div class="buton-app"> | ||
<img src="" alt="Download App"> | ||
</div> | ||
<div class="Hero-image"> | ||
<img src=""> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="features"> | ||
<div class="container"> | ||
<div class="better-Deadline"> | ||
<img src="" alt="better-Deadline"> | ||
<h3>Set a better deadline tasks</h3> | ||
<p>You can make your duty deadlines better and more orderly</p> | ||
</div> | ||
<div class="manage-task"> | ||
<img src="" alt="manage-task"> | ||
<h3>Manage the tasks so easily</h3> | ||
<p>You can manage the deadlines and the schedule becomes easy</p> | ||
</div> | ||
<div class="notification"> | ||
<img src="" alt="notification"> | ||
<h3>Wouldn't miss notifications</h3> | ||
<p>Of course you will always get the tasks and schedule notifications</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="advantage"> | ||
<div class="container"> | ||
<div class="why-1"> | ||
<div class="image"> | ||
<img src="" alt="image"> | ||
</div> | ||
<div class="text"> | ||
<h2>Set up task and schedule with a best features</h2> | ||
<p>The best feature makes you better, with the latest technology to meet your needs. Of course, with such features as organizing schedules and leading assignments, it will make you easier, So get the application now !</p> | ||
</div> | ||
</div> | ||
<div class="why-2"> | ||
<div class="text"> | ||
<h2>Get the highest priority application notification</h2> | ||
<p>The best feature makes you better, with the latest technology to meet your needs. Of course, with such features as organizing schedules and leading assignments, it will make you easier, So get the application now !</p> | ||
</div> | ||
<div class="image"> | ||
<img src="" alt="image"> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="user-pagging"> | ||
<div class="container"> | ||
<div class="text"> | ||
<p>Download an app now and the various benefits you will get immediately</p> | ||
<div class="button"> | ||
<button> | ||
<img src="" alt="Download App"> | ||
</button> | ||
<button> | ||
<img src="" alt="About App"> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="Testimonial"> | ||
<div class="container"> | ||
<div class="Testimonial-img"> | ||
<img src="" alt="Testimonial"> | ||
</div> | ||
<div class="Testimonial-text"> | ||
<h2>What do they think</h2> | ||
<div class="profile"> | ||
<img src="" alt="profile"> | ||
<h4>Samantha Sench</h4> | ||
<p>Student at University</p> | ||
</div> | ||
<p>“ Hi, it’s Samantha. After using it made me a lot of benefits, starting with convenience of setting a deadline of tasks and schedule after that the app is very simple using. “</p> | ||
<div class="slider"> | ||
<img src="" alt="left"> | ||
<img src="" alt="right"> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="footer"> | ||
<div class="container"> | ||
<div class="remindme"> | ||
<div class="logo-contrainer"> | ||
<div class="logo"> | ||
<img src="" alt="logo"> | ||
</div> | ||
<h2>Remind<span>me</span></h2> | ||
</div> | ||
<p>Task deadlines and scheduling applications with various benefits and advantages</p> | ||
</div> | ||
<div class="sitemap"> | ||
<h3>Sitemap</h3> | ||
<ul> | ||
<li><a href="">Home</a></li> | ||
<li><a href="">Features</a></li> | ||
<li><a href="">About Us</a></li> | ||
</ul> | ||
</div> | ||
<div class="Advantages"> | ||
<h3>Advantages</h3> | ||
<ul> | ||
<li><a href="">Set Task Better</a></li> | ||
<li><a href="">Easy Manage</a></li> | ||
<li><a href="">Get Notification</a></li> | ||
</ul> | ||
</div> | ||
<div class="follow-us"> | ||
<h3>Follow Us</h3> | ||
<div class="logo"> | ||
<img src="" alt="Facebook"> | ||
<img src="" alt="Twiter"> | ||
<img src="" alt="Linkedin"> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.