forked from DhananjayPurohit/HOC-Web-Task
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (30 loc) · 1.01 KB
/
index.html
File metadata and controls
37 lines (30 loc) · 1.01 KB
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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<title>ACM IET Student Chapter</title>
</head>
<body>
<section class="cd-title">
<h1>ACM IET Student Chapter</h1>
</section>
<section class="cd-intro">
<h1 class="cd-headline clip is-full-width">
<span>I am </span>
<span class="cd-words-wrapper">
<b class="is-visible">Janhvi Pable!</b>
<b>an ambitious learner</b>
<b>coding enthusiast </b>
<b>self driven ^_^ </b>
</span>
</h1>
</section> <!-- cd-intro -->
<script src="js/jquery-2.1.1.js"></script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
</html>