mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
plz work well
This commit is contained in:
@@ -14,61 +14,61 @@
|
||||
<h1 class="hero__header" data-aos="zoom-out">Lesson 1</h1>
|
||||
<div class="assignment">
|
||||
<a href="https://timmypidashev.com/python/assignments/1.1.html">
|
||||
<button data-aos="zoom-in" id="1.1">Warmup</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="1.1">Warmup</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/1.2.html">
|
||||
<button data-aos="zoom-in" id="1.2">Classwork</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="1.2">Classwork</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/1.3.html">
|
||||
<button data-aos="zoom-in" id="1.3">Assignment</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="1.3">Assignment</button>
|
||||
</a>
|
||||
</div>
|
||||
<h1 class="hero__header" data-aos="zoom-out">Lesson 2</h1>
|
||||
<div class="assignment">
|
||||
<a href="https://timmypidashev.com/python/assignments/2.1.html">
|
||||
<button data-aos="zoom-in" id="2.1">Warmup</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="2.1">Warmup</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/2.2.html">
|
||||
<button data-aos="zoom-in" id="2.2">Classwork</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="2.2">Classwork</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/2.3.html">
|
||||
<button data-aos="zoom-in" id="2.3">Assignment</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="2.3">Assignment</button>
|
||||
</a>
|
||||
</div>
|
||||
<h1 class="hero__header" data-aos="zoom-out">Lesson 3</h1>
|
||||
<div class="assignment">
|
||||
<a href="https://timmypidashev.com/python/assignments/3.1.html">
|
||||
<button data-aos="zoom-in" id="3.1">Warmup</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="3.1">Warmup</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/3.2.html">
|
||||
<button data-aos="zoom-in" id="3.2">Classwork</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="3.2">Classwork</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/3.3.html">
|
||||
<button data-aos="zoom-in" id="3.3">Assignment</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="3.3">Assignment</button>
|
||||
</a>
|
||||
</div>
|
||||
<h1 class="hero__header" data-aos="zoom-out">Lesson 4</h1>
|
||||
<div class="assignment">
|
||||
<a href="https://timmypidashev.com/python/assignments/4.1.html">
|
||||
<button data-aos="zoom-in" id="4.1">Warmup</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="4.1">Warmup</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/4.2.html">
|
||||
<button data-aos="zoom-in" id="4.2">Classwork</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="4.2">Classwork</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/4.3.html">
|
||||
<button data-aos="zoom-in" id="4.3">Assignment</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="4.3">Assignment</button>
|
||||
</a>
|
||||
</div>
|
||||
<h1 class="hero__header" data-aos="zoom-out">Lesson 5</h1>
|
||||
<div class="assignment">
|
||||
<a href="https://timmypidashev.com/python/assignments/5.1.html">
|
||||
<button data-aos="zoom-in" id="5.1">Warmup</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="5.1">Warmup</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/5.2.html">
|
||||
<button data-aos="zoom-in" id="5.2">Classwork</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="5.2">Classwork</button>
|
||||
</a>
|
||||
<a href="https://timmypidashev.com/python/assignments/5.3.html">
|
||||
<button data-aos="zoom-in" id="5.3">Assignment</button>
|
||||
<button class="normal_header" data-aos="zoom-in" id="5.3">Assignment</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -143,6 +143,11 @@ html {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.normal__header {
|
||||
font-size: 1vw;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.divider__line {
|
||||
height: 4vw;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet/less" type="text/css" href="css/login.less" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
@@ -14,9 +13,9 @@
|
||||
<h1>Login</h1>
|
||||
|
||||
<form class="form">
|
||||
<input data-aos="fade-right" id="username" type="text" placeholder="Username">
|
||||
<input data-aos="fade-left" id="password" type="password" placeholder="Password">
|
||||
<button data-aos="zoom-out" type="button" id="login-button">Login</button>
|
||||
<input id="username" type="text" placeholder="Username">
|
||||
<input id="password" type="password" placeholder="Password">
|
||||
<button type="button" id="login-button">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -33,6 +32,7 @@
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||
<script src="js/less.js" data-env="production"></script>
|
||||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
||||
<script>AOS.init(
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Editor</title>
|
||||
<style type="text/css" media="screen">
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#editor {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<pre id="editor">function foo(items) {
|
||||
var i;
|
||||
for (i = 0; i < items.length; i++) {
|
||||
alert("Ace Rocks " + items[i]);
|
||||
}
|
||||
}</pre>
|
||||
|
||||
<script src="src-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script>
|
||||
var editor = ace.edit("editor");
|
||||
editor.setTheme("ace/theme/twilight");
|
||||
editor.session.setMode("ace/mode/javascript");
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user