-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.php
More file actions
103 lines (57 loc) Β· 3.52 KB
/
Copy pathhome.php
File metadata and controls
103 lines (57 loc) Β· 3.52 KB
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
<!-- HOME -->
<div id="home">
<!-- HOME-MAIN -->
<div class="home-main home-box-blue home-pad20">
<div id="light1">
</div>
<div class="home-main-logo">
<img src="assets/apc-logo-light.png">
</div>
<div class="home-main-about">
<h1>Antha Prerna</h1>
Software Development Cell of Ramanujan College,<br>
University Of Delhi
</div>
<div onclick="document.getElementById('apply').scrollIntoView()" class="home-down-arrow home-box-blue home-pad20">
<i></i><br><br>
<i class="fas fa-3x fa-angle-double-down"></i>
</div>
</div><!-- HOME-MAIN Ends -->
<div id="home-display" class="home-display ">
<!-- <div class="home-display-circle home-box-dark-yellow" style="order: 2;"><i class="fas fa-chart-line"></i><span>asd</span></div> -->
<!-- <div class="home-display-circle home-box-grey" style="order: 3;"><i class="fas fa-code-branch"></i><span>asd</span></div> -->
<!-- <div class="home-display-circle home-box-orange" style="order: 5;"><i class="fas fa-database"></i><span>asd</span></div> -->
<!-- <div class="home-display-circle home-box-purple" style="order: 8;"><i class="fab fa-ethereum"></i><span>asd</span></div> -->
<div class="home-display-circle home-box-green" style="order: 9;"><i class="fas fa-seedling"></i><span>Grow your Bussiness<br> with us</span></div>
<div class="home-display-circle home-box-purple" style="order: 8;"><i class="fas fa-shield-alt"></i><span>Get Secured <br>Apps</span></div>
<div class="home-display-circle home-box-red" style="order: 9;"><i class="fas fa-rocket"></i><span>Fastest Delivery</span></div>
<!-- <div class="home-display-circle" style="order: 14;"><i class="fas fa-shield-alt"></i><span>asd</span></div> -->
<!-- <div class="home-display-circle" style="order: 15;"><i class="fas fa-beer"></i><span>asd</span></div> -->
</div>
<!-- HOME-CONTAINER Ends -->
<!-- HOME-ABOUT -->
<div class="home-apply home-pad20">
<h3>About Cell <i class="far fa-handshake"></i></h3>
<p>The Antha Prerna Cell-Engineering Ideas to Reality, was inaugurated on 18 January 2019, under the aegis of the Department of Computer Science, Ramanujan College. The Cell aims to provide a platform for the students to give life to their innovative ideas by implementing them on industrial projects and nurture them as future corporate professionals. This will bridge the gap between industries and academics and make the students industry-ready. The Cell will benefit students from all the disciplines by involving them in various aspects of the live projects.</p>
<p>It will facilitate the students to have industrial experience by involving them in various short-term training programmes conducted by experts from industry.</p>
</div>
<!-- HOME-APPLY -->
<div id="apply" class="home-apply home-pad20">
<h3>How to Apply? <i class="far fa-handshake"></i></h3>
Mail us at abc@gmail.com with your contact details and attach a pdf with <a href="assets/proposal.pdf">this</a> format containing details of your desired product.
</div>
<!-- HOME-QUOTES -->
<div class="home-quotes home-pad20">
<h3>Quotes <i class="far fa-comments"></i></h3>
<div class="home-quotes-container">
<div class="home-quotes-container-box home-pad20">
<q> World changes faster than you think.</q><br>
<span>- Parth yadav, developer</span>
</div>
<div class="home-quotes-container-box home-pad20">
<q> World changes faster than you think.</q><br>
<span>- Parth yadav, developer</span>
</div>
</div>
</div>
</div><!-- HOME Ends -->