-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpress.html
272 lines (244 loc) · 17.2 KB
/
press.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ā-hub</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicon -->
<link href="img/favicon.jpeg" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Rubik&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Header Start -->
<div class="container-fluid bg-dark px-0">
<div class="row gx-0">
<div class="col-lg-3 bg-dark d-none d-lg-block">
<a href="index.html" class="navbar-brand m-0 p-0 d-flex align-items-center justify-content-center">
<img src="img/a-hublogo.png" alt="a-hublogo" style="height:150px;margin: 0;padding: 0;border-radius:50px;">
</a>
</div>
<div class="col-lg-9">
<div class="row gx-0 bg-secondary d-none d-lg-flex">
<div class="col-lg-7 px-5 text-start">
<div class="h-100 d-inline-flex align-items-center py-2 me-4">
<i class="fa fa-envelope text-primary me-2"></i>
<h6 class="mb-0">auincubation@gmail.com</h6>
</div>
<div class="h-100 d-inline-flex align-items-center py-2">
<i class="fa fa-phone-alt text-primary me-2"></i>
<h6 class="mb-0">+91 6304 405 735</h6>
</div>
</div>
<div class="col-lg-5 px-5 text-end">
<div class="d-inline-flex align-items-center py-2">
<a class="btn btn-light btn-square rounded-circle me-2" href="https://www.google.com/url?q=https%3A%2F%2Fchat.whatsapp.com%2FEcOXhT1g5K84ohrhWf9W8B&sa=D&sntz=1&usg=AOvVaw3uAsZdoVSHzQwvlRymrJeb">
<i class="fab fa-whatsapp"></i>
</a>
<a class="btn btn-light btn-square rounded-circle me-2" href="https://www.linkedin.com/company/%C4%81-hub/">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="btn btn-light btn-square rounded-circle me-2" href="https://www.instagram.com/auincubationofficial/">
<i class="fab fa-instagram"></i>
</a>
<a class="btn btn-light btn-square rounded-circle" href="https://youtube.com/@ahub4924">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg bg-dark navbar-dark p-3 p-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand d-block d-lg-none">
<img src="img/a-hublogo.png" alt="a-hublogo" style="height:50px;margin: 0;padding: 0;border-radius:50px;">
</a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav mr-auto py-0">
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="a-color">a</span class="a-color">pproach</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="vision.html" class="dropdown-item">Vision</a>
<a href="incub-ecosystem.html" class="dropdown-item">Incubation Ecosystem</a>
<a href="op-model.html" class="dropdown-item">Operation Model</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="a-color">a</span class="a-color">spire</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="infrastructure.html" class="dropdown-item">Infrastructure</a>
<a href="partners.html" class="dropdown-item">Partners</a>
<a href="startup.html" class="dropdown-item">Startups</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="a-color">a</span class="a-color">ssociate</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="joinus.html" class="dropdown-item">Join Us</a>
<a href="pitch.html" class="dropdown-item">Pitch to us</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="a-color">a</span class="a-color">chieve</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="impact.html" class="dropdown-item">Impact</a>
<a href="rewards.html" class="dropdown-item">Rewards & Recognition</a>
<a href="milestones.html" class="dropdown-item">Milestones</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="a-color">a</span class="a-color">nnouncements</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="events.html" class="dropdown-item">Events</a>
<a href="press.html" class="dropdown-item">Media</a>
<!-- <a href="resources.html" class="dropdown-item">Resources</a> -->
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="a-color">a</span class="a-color">bout</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="story.html" class="dropdown-item">Our Story</a>
<a href="team.html" class="dropdown-item">The Team</a>
</div>
</div>
<!-- <a href="contact.html" class="nav-item nav-link">Contact</a> -->
</div>
<!-- <a href="" class="btn btn-primary py-md-3 px-md-5 d-none d-lg-block">Join Us</a> -->
</div>
</nav>
</div>
</div>
</div>
<!-- Header End -->
<body class="bg-dark text-white">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="https://images.livemint.com/img/2022/11/15/1600x900/Narayana_Murthy_1668524157859_1668524158119_1668524158119.jpg" class="d-block mx-lg-auto img-fluid" alt="narayanamurthy sir's image" width="700" height="500" loading="lazy" style="border-radius: 30px;">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-white">Narayana Murthy to attend AU alumni meeting as chief guest</h1>
<p class="lead">Andhra University Vice-Chancellor Prof. P.V.G.D. Prasada Reddy has announced that the university will organise the AU Alumni Meet on December 17.
Infosys founder N.R. Narayana Murthy will be attending the alumni meeting as chief guest, while Chairman and Managing Director (CMD) of Avanthi Feeds Limited, A. Indra Kumar, will attend as special guest.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2" > <a href="https://www.thehindu.com/news/cities/Visakhapatnam/narayana-murthy-to-attend-au-alumni-meeting-as-chief-guest/article66149113.ece" style="color: white;">Read more...</a></button>
</div>
</div>
</div>
</div>
<hr>
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="https://dc-cdn.s3-ap-southeast-1.amazonaws.com/dc-Cover-vnn36c14llo5p3nltubiafbjl4-20160802064618.Medi.jpeg" class="d-block mx-lg-auto img-fluid" alt=" AU gateimage" width="700" height="500" loading="lazy" style="border-radius: 30px;">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-white">AU develops integrated ecosystem with new start-ups</h1>
<p class="lead">The century-old Andhra University in Visakhapatnam is embarked on setting up start-ups and research laboratories, which will become revenue generators for the university, making it self-sufficient.
Announcing this on Sunday AU vice chancellor Prof. P.V.G.D. Prasad Reddy said the university has already created space for 77 start-ups at its new facility in Andhra University Engineering College, six of which have already started functioning.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2" > <a href="https://www.deccanchronicle.com/jobs-education/281122/au-develops-integrated-ecosystem-with-new-start-ups.html" style="color: white;">Read more...</a></button>
</div>
</div>
</div>
</div>
<hr>
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="https://static.businessworld.in/article/article_extra_large_image/1599464738_3WtiTn_Webp_net_resizeimage_3_.jpg" class="d-block mx-lg-auto img-fluid" alt="student studying image" width="700" height="500" loading="lazy" style="border-radius: 30px;">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-white">Edumoon Signs MOU With A-HUB Of Andhra University</h1>
<p class="lead">Andhra University’s A-HUB and Edumoon have together signed an MoU i.e. Memorandum of Understanding in which Edumoon will be the official partner for A-HUB which is an incubation centre according to the media reports. The reports also say that Edumoon will also provide various internships, webinars and skill-based courses to the students.
Edmonton is a startup that helps students to excel in their academic careers. According to their website, they offer various courses like Databases management systems, cyber security and digital forensics, data structures, computer programming and many more. After completion of the course, they also offer an internship with their partner companies.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2" > <a href="https://bwdisrupt.businessworld.in/article/Edumoon-Signs-MOU-With-A-HUB-Of-Andhra-University/19-09-2022-447107/" style="color: white;">Read more...</a></button>
</div>
</div>
</div>
</div>
<hr>
</body>
<!-- Footer Start -->
<div class="container-fluid bg-dark text-secondary px-5 mt-5">
<div class="row gx-5">
<div class="col-lg-8 col-md-6">
<div class="row gx-5">
<div class="col-lg-4 col-md-12 pt-5 mb-5">
<h4 class="text-uppercase text-light mb-4">Get In Touch</h4>
<div class="d-flex mb-2">
<i class="bi bi-geo-alt text-primary me-2"></i>
<p class="mb-0">AU north campus,Vishakapatnam</p>
</div>
<div class="d-flex mb-2">
<i class="bi bi-envelope-open text-primary me-2"></i>
<p class="mb-0">auincubation@gmail.com</p>
</div>
<div class="d-flex mb-2">
<i class="bi bi-telephone text-primary me-2"></i>
<p class="mb-0">+91 6304 405 735</p>
</div>
<div class="d-flex mt-4">
<a class="btn btn-primary btn-square rounded-circle me-2" href="https://www.google.com/url?q=https%3A%2F%2Fchat.whatsapp.com%2FEcOXhT1g5K84ohrhWf9W8B&sa=D&sntz=1&usg=AOvVaw3uAsZdoVSHzQwvlRymrJeb"><i class="fab fa-whatsapp"></i></a>
<a class="btn btn-primary btn-square rounded-circle me-2" href="https://youtube.com/@ahub4924"><i class="fab fa-youtube"></i></a>
<a class="btn btn-primary btn-square rounded-circle me-2" href="https://www.linkedin.com/company/%C4%81-hub/"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-primary btn-square rounded-circle" href="https://www.instagram.com/auincubationofficial/"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-12 pt-0 pt-lg-5 mb-5">
<h4 class="text-uppercase text-light mb-4">Quick Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-secondary mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Home</a>
<a class="text-secondary mb-2" href="index.html#about"><i class="bi bi-arrow-right text-primary me-2"></i>About Us</a>
<a class="text-secondary" href="#contact.html"><i class="bi bi-arrow-right text-primary me-2"></i>Contact Us</a>
</div>
</div>
<div class="col-lg-4 col-md-12 pt-0 pt-lg-5 mb-5">
<h4 class="text-uppercase text-light mb-4">Popular Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-secondary mb-2" href="infrastructure.html"><i class="bi bi-arrow-right text-primary me-2"></i>Infrastructure</a>
<a class="text-secondary mb-2" href="startup.html"><i class="bi bi-arrow-right text-primary me-2"></i>Startups</a>
<a class="text-secondary" href="joinus.html"><i class="bi bi-arrow-right text-primary me-2"></i>Join Us</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid py-4 py-lg-0 px-5" style="background: #111111;">
<div class="row gx-5">
<div class="col-lg-8">
<div class="py-lg-4 text-center">
<p class="text-secondary mb-0">© <a class="text-light fw-bold" href="#">ā-hub</a>. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-dark py-3 fs-4 back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>