-
Notifications
You must be signed in to change notification settings - Fork 0
/
con_pg.html
94 lines (89 loc) · 2.56 KB
/
con_pg.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Team Blog</title>
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="stylesheet" type="text/css" href="assets/others.css">
</head>
<body>
<!-- Nav-top -->
<div class="nav-top">
<!-- Title -->
<div class="title">
<h1>A NEW MIND - 새로운 마음</h1>
</div>
<!-- Navigation Bar -->
<div class="nav">
<!-- Home -->
<div class="nav-op">
<li><a href="index.html">home</a></li>
</div>
<!-- About Blog -->
<div class="nav-op">
<li><a href="about.html">about</a></li>
</div>
<!-- All-Blogs -->
<div class="nav-op">
<li><a href="wb_blogs.html">blogs</a></li>
</div>
<!-- Contribution-Page -->
<div class="nav-op">
<li><a href="con_pg.html">contribute</a></li>
</div>
</div>
</div>
<!-- Page title -->
<div class="pgtle_cd">
<!-- Underline -->
<div class="tc_underline_1"></div>
<!-- Page Title -->
<div class="pg_title_cat">
<h2>blogs</h2>
</div>
<!-- Underline -->
<div class="tc_underline_2"></div>
</div>
<!-- Contribution card -->
<div class="con_cd">
<img src="assets/img/qr_code.jpg">
<div class="con_cd_tt">
<h3>how to contribute</h3>
<li><em>#Steps</em></li>
<li>1.Scan the QR code from any UPI app ex:-Paytm</li>
<li>2.Select the amount to contribute.</li>
<li>3.Click <em>Send</em>.</li>
<li>4.Send a mail containing the payment screenshot to [email protected].</li>
<li>5.Get your contribution certificate on your mail.</li>
</div>
</div>
<!-- Bottom-bar -->
<div class="btm_bar">
<div class="bm_tle">
<h2>새로운 마음</h2>
</div>
<div class="con-info">
<h3>+910000000000</h3>
<h3>[email protected]</h3>
</div>
<div class="bmbr-nav">
<!-- Home -->
<div class="nav-op">
<li><a href="index.html">home</a></li>
</div>
<!-- About Blog -->
<div class="nav-op">
<li><a href="about.html">about</a></li>
</div>
<!-- All-Blogs -->
<div class="nav-op">
<li><a href="wb_blogs.html">blogs</a></li>
</div>
<!-- Contribution-Page -->
<div class="nav-op">
<li><a href="con_pg.html">contribute</a></li>
</div>
</div>
</div>
</body>
</html>