-
Notifications
You must be signed in to change notification settings - Fork 53
/
index.html
32 lines (32 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Github Session 2019</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<img src="images/GitHub-Mark.png" alt="Avatar" class="image">
<div class="overlay">
<div class="text">
<h1 class="title white">
Hello Github!
</h1>
<p>your-name: <strong>NAMEtest</strong></p>
<p>your-age:<strong>AGEtest</strong></p>
<p>your-batch:<strong>BATCHtest</strong></p>
<p>your-degree<:<strong>DEGREEtest</strong>/p>
<h3 class="sub white" style="font-family: 'Indie Flower', cursive;">
I love Open Source Projects
</h3>
<p>
<img src="https://img.shields.io/badge/GitHub_Workshop-FOSS_Community_of_NSBM-brightgreen.svg">
</p>
</div>
</div>
</div>
</body>
</html>