-
Notifications
You must be signed in to change notification settings - Fork 0
/
callforstartups.html
82 lines (77 loc) · 2.98 KB
/
callforstartups.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="latestevent.css" />
<title>Call for startups</title>
</head>
<body>
<div>
<header class="header">
<nav class="navbar horizontal-padding navbar-padding">
<a href="#" class="nav-logo"
><img
src="./images/CatalystWhiteFGBlackBG.png"
alt=""
srcset=""
/><span>Catalyst</span></a
>
<ul class="nav-menu">
<li class="nav-item">
<a href="index.html#about-us" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="team.html" class="nav-link">Team</a>
</li>
<li class="nav-item">
<a href="index.html#events-page" class="nav-link">Events</a>
<!-- </li>
<li class="nav-item">
<a href="achievements.html" class="nav-link">Achievements</a>
</li> -->
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<section id="latest-events" >
<h4 class="title">Latest Event</h4>
<div class="latest-events">
<div class="latest-event">
<div class="latest-event-image">
<img src="./events/callforstartups.png" width="350px"/>
</div>
<div class="latest-event-desc">
<h1 class="latest-event-heading">Call For startups</h1>
<div class="latest-event-para">
Knock,knock ☻<br>
Well, what could it be ??<br>
Not the usual but the expected🔎<br>
CATALYST MAR BASELIOS IEDC IS CALLING FOR STARTUPS ‼<br>
<br>
If you have a startup which has a potential for growth, no second thoughts, hop in now ✅<br>
<br>
☆All startups will get a chance to be presented and reviewed<br>
☆Startup ideas can be incubated at our facility<br>
☆We assure proper mentorship<br>
☆Required funds will be facilitated after validation<br>
<br>
Register Now 👇<br>
Last date for registration: 30th June </div>
<a class="registernow" href="https://bit.ly/callfortartups"
>Register Now</a
>
</div>
</div>
</div>
</section>
</div>
</body>
</html>