forked from interactive-structures/pui-homework-template
-
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.
progress in end-treasure and treasure as obj
- Loading branch information
Showing
20 changed files
with
153 additions
and
24 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,11 +0,0 @@ | ||
.placeholder-img { | ||
height: 168px; | ||
width: 298px; | ||
background: pink; | ||
margin: 0px auto 14.5px auto; | ||
border-radius: 21px; | ||
} | ||
|
||
#productivity-rating { | ||
color: red; | ||
} | ||
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 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,64 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<meta charset="UTF-8"> | ||
<head> | ||
<title>Focus With the Little Prince</title> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Antic"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="stylesheet" href="css/focus-general.css"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenLite.min.js"></script> | ||
<script defer src="js/end.js"></script> | ||
<script defer src="js/storage.js"></script> | ||
<script defer src="js/app.js"></script> | ||
</head> | ||
<body> | ||
<section id = "left"> | ||
<section> | ||
<div class = "text">You have focused </div> | ||
<div class = "timer"> | ||
<!-- 02:59:59 --> | ||
<div id = "minutes" class = "text"></div> | ||
</div> <!-- end of timer --> | ||
|
||
<div class = "text-group"> | ||
<div class = "text">on</div> | ||
<textarea class = "text"></textarea> | ||
</div> | ||
</section> | ||
</section> <!-- end of left --> | ||
|
||
<section id = right> | ||
<div id = "planet-group"> | ||
<div id = planet class = "homepage"> | ||
<img src = "img/planet_prince.png"> | ||
<div class = "planet-content"> | ||
<div class = "planet-text"> | ||
<div class = "title"> | ||
Congrats! You discovered special from this planet. | ||
</div> | ||
<div class = "treasure-group"> | ||
<div class = "treasure"> | ||
<img src = "img/treasure-button.png"> | ||
</div> | ||
<div class = "notice"> | ||
<img src = "img/notice.png"> | ||
</div> | ||
</div> | ||
</div> <!-- end of planet text --> | ||
|
||
<div id = "rec-button" class = "to-home"> | ||
Continue | ||
</div> | ||
</div> <!-- end of planet content --> | ||
|
||
</div> <!-- end of planet --> | ||
</div> <!-- end of planet-group --> | ||
</section> <!-- end of right --> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
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
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.
File renamed without changes.
Binary file not shown.
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
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