-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
114 lines (109 loc) · 4.8 KB
/
blog.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="with=device-width,initial-scale=1.0">
<title>University Website Designe - Naveen Menariya</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="sub-header">
<nav>
<a href="index.html"><img src="eduford_img/amrita-c20-logo-white.svg "></a>
<div class="nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="course.html">COURSE</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()" ></i>
</nav>
<h1>Our Certificate & Online Programs For 2022 </h1>
</section>
<!-- -------------blog page content---------------- -->
<section class="blog-content">
<div class="row">
<div class="blog-left">
<img src="eduford_img/stu.jpeg">
<h2>Our Certificate & Online Programs For 2022 </h2>
<p>Amrita Vishwa Vidyapeetham is a private deemed university
based in Coimbatore, India. It currently has 7 campuses with
16 constituent schools across the Indian states of Tamil Nadu,
Kerala, Andhra Pradesh and Karnataka with the headquarters at
Ettimadai, Coimbatore, Tamil Nadu.</p>
<br>
<p>Amrita Vishwa Vidyapeetham is a multi-disciplinary,
research-intensive, private university, educating a vibrant
student population of over 24,000 by 1700+ strong faculty.
Accredited with the highest possible ‘A++’ grade by NAAC,
Amrita offers more than 250 UG, PG, and Ph.D. programs in
Engineering, Management, and Medical Sciences including Ayurveda,
Life Sciences, Physical Sciences, Agriculture Sciences, Arts &
Humanities, and Social & Behavioral Sciences.</p>
<br>
<p>Amrita Vishwa Vidyapeetham is a multi-disciplinary,
research-intensive, private university, educating a vibrant
student population of over 24,000 by 1700+ strong faculty.
Accredited with the highest possible ‘A++’ grade by NAAC,
Amrita offers more than 250 UG, PG, and Ph.D. programs in
Engineering, Management, and Medical Sciences including Ayurveda,
Life Sciences, Physical Sciences, Agriculture Sciences, Arts &
Humanities, and Social & Behavioral Sciences.</p>
<div class="comment-box">
<h3>Leave a Comment</h3>
<form class="comment-form">
<input type="text" placeholder="Enter Name">
<input type="email" placeholder="Enter Email">
<textarea rows="5" placeholder="Your comment">
</textarea>
<button type="submit" class="hero-btn red-btn">POST COMMENT</button>
</form>
</div>
</div>
<div class="blog-right">
<h3>Post Categories</h3>
<div>
<span>Business Anylitics</span>
<span>21</span>
</div>
<div>
<span>Data Science</span>
<span>28</span>
</div>
<div>
<span>Machine Learning</span>
<span>15</span>
</div>
<div>
<span>Computer Science</span>
<span>34</span>
</div>
<div>
<span>AutoCAD</span>
<span>42</span>
</div>
<div>
<span>Journalism</span>
<span>22</span>
</div>
<div>
<span>Commerce</span>
<span>30</span>
</div>
</div>
</div>
</section>
<!-- --------footer----------------- -->
<section class="footer">
<h4>About Us</h4>
<p>
Amrita Vishwa Vidyapeetham Admission Amrita
Vishwa Vidyapeetham admissions to all the UG,
PG, and Ph.D.<br> courses are based on the national-
level<br>😊😊😊
</p>
</section>
</html>