-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (31 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>ML Enthiusasts Home</title>
</head>
<body>
<div class="more-pens">
Design credits
<a target="_blank" href="https://codepen.io/plasm/" class="white-mode">Marco Dell'Anna</a>
</div>
<div class="background"></div>
<div class="title">
<h3>ML Enthusiasts are Here</h3>
<h2>Machines</h2>
<h1>We Teach</h1>
<div class="desc-container">
<div class="desc">
<i><b>If the Human Brain Were So Simple That We Could Understand It, We Would Be So Simple That We Couldn’t</b></i>
</div>
<div class="author">
Emerson M. Pugh
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>