-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
98 changed files
with
1,098 additions
and
475 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,25 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>turning circle</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="box"> | ||
<div class="coin"></div> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>turning circle</title> | ||
<link rel="stylesheet" href="styles.css" /> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="box"> | ||
<div class="coin"></div> | ||
</div> | ||
<div class="box"> | ||
<div class="coin"></div> | ||
</div> | ||
<div class="box"> | ||
<div class="coin"></div> | ||
</div> | ||
<div class="box"> | ||
<div class="coin"></div> | ||
</div> | ||
</div> | ||
<div class="box"> | ||
<div class="coin"></div> | ||
</div> | ||
<div class="box"> | ||
<div class="coin"></div> | ||
</div><div class="box"> | ||
<div class="coin"></div> | ||
|
||
</div> | ||
|
||
</body> | ||
</html> | ||
</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
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 |
---|---|---|
@@ -1,30 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
|
||
<head> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title></title> | ||
<link href="./styles.css" rel="stylesheet"/> | ||
</head> | ||
|
||
<body> | ||
<link href="./styles.css" rel="stylesheet" /> | ||
</head> | ||
|
||
<body> | ||
<div class="watch-container"></div> | ||
<div class="apple-logo">●</div> | ||
<div class="watch"> | ||
<div class="strap-top"></div> | ||
<div class="screen"> | ||
<div class="display"> | ||
<div class="default-text">Hover to wake</div> | ||
<div class="time">12:00</div> | ||
<div class="date">Monday, Oct 30</div> | ||
<div class="stats">1276 steps | 348 cal 🔥</div> | ||
</div> | ||
</div> | ||
<div class="side-button"></div> | ||
<div class="crown"></div> | ||
<div class="strap-bottom"></div> | ||
<div class="apple-logo">●</div> | ||
<div class="watch"> | ||
<div class="strap-top"></div> | ||
<div class="screen"> | ||
<div class="display"> | ||
<div class="default-text">Hover to wake</div> | ||
<div class="time">12:00</div> | ||
<div class="date">Monday, Oct 30</div> | ||
<div class="stats">1276 steps | 348 cal 🔥</div> | ||
</div> | ||
</div> | ||
<div class="side-button"></div> | ||
<div class="crown"></div> | ||
<div class="strap-bottom"></div> | ||
</div> | ||
</body> | ||
</html> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"githubHandle": "Ajish777", | ||
"artName": "Smartwatch Animation" | ||
} | ||
"githubHandle": "Ajish777", | ||
"artName": "Smartwatch Animation" | ||
} |
Oops, something went wrong.