-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
34 lines (30 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="card">
<!--<img src="asset/ADD yourimage.png"> -->
<div class="card-photo"><img src="asset/github.png" alt="profile image"></div>
<div class="card-text">
<div class="card-title">
<!--<h1>Add your name here</h1> -->
<h1>Your Name</h1>
</div>
<div class="card-description">
<!--<p>Add your name at "your name"</p> -->
<p> This card is to certify that "your name" have paticipated in <b>"GitHub for beginners"</b>
organised by ClubToCode MITM on Aug,2023</p>
</div>
<div class="card-footer">
<div class="event-issue"> Issued by ClubToCode MITM </div>
<div class="event-organizer"><img src="asset/photo_2023-01-06_10-23-19.jpg" alt="CTC logo"></div>
</div>
</div>
</div>
</body>
</html>