-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticipation.php
89 lines (75 loc) · 2.86 KB
/
participation.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css?v=<?php echo time();?>">
<title>GROWI</title>
</head>
<body>
<div class="top_header">
<i class="ri-menu-line"></i>
<i class="ri-notification-3-line"></i>
</div>
<!-- <div class="main_nav">
<a class="stocks active" href="index.php" >
<div >
<i class="ri-bar-chart-fill"></i>
<p>Stocks</p>
</div>
</a>
<a class="stocks" href="feed.php" >
<div class="feed ">
<i class="ri-file-list-3-line"></i>
<p>Feed</p>
</div>
</a>
</div> -->
<div class="game_opt">
<div class="upcoming opt_active">
CURRENT NIFTY VALUE : Rs 17,700
</div>
<!-- <div class="my_leagues">
MY LEAGUES
</div> -->
</div>
<div class="contest_card">
<!-- <div class="contest_header"> -->
<form action="success.php">
<div class="form-group">
<label for="userPrediction">Your Prediction</label>
<input type="text" class="form-control" id="userPrediction" aria-describedby="emailHelp" placeholder="Enter your prediction">
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div class="foot_nav">
<div class="footer_icon">
<a href="index.php" class="active-foot">
HOME
<i class="ri-home-3-line"></i>
</a>
</div>
<div class="footer_icon">
<a href="portfolio.php" >
PORTFOLIO
<i class="ri-briefcase-3-fill"></i>
</a>
</div>
<div class="footer_icon">
<a href="profile.php">
PROFILE
<i class="ri-profile-line"></i>
</a>
</div>
<div class="footer_icon">
<a href="help.php">
LEADER BOARD
<i class="ri-questionnaire-line"></i>
</a>
</div>
</div>
</body>
</html>