-
Notifications
You must be signed in to change notification settings - Fork 0
/
consortium.html
87 lines (85 loc) · 3.56 KB
/
consortium.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CONSORTIUM</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
/>
</head><body>
<header class="header">
<a href="index.html" class="logo">CIPHER
<span>GUARD</span></a>
<i class="x bx-menu" id="menu-icon"></i>
<nav class="navbar">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="contactus.html">CONTACT US</a>
<a href="pricing.html">PRICING</a>
<a href="consortium.html">CONSORTIUM</a>
</nav>
</a>
</header>
<section class="row" id="row">
<div class="col">
<div class="card card1">
<h5>IIT JAMMU</h5>
<p>IIT Jammu is at the forefront of engineering education and research in India.<br>
Our collaboration focuses on developing advanced cybersecurity technologies <br>
and conducting impactful research in the field</p>
</div>
<div class="card card2">
<h5>IIM JAMMU</h5>
<p>IIM Jammu specializes in management education, equipping future leaders <br>
with the skills needed to navigate the complexities of cybersecurity in business.<br>
Together, we work on integrating security practices into management curricula.</p>
</div>
<div class="card card3">
<h5>NIT SRINAGAR</h5>
<p>NIT Srinagar is renowned for its engineering programs and research initiatives.<br>
Our partnership emphasizes the development of secure software solutions and fostering a culture of cybersecurity among students</p>
</div>
<div class="card card4">
<h5>GCET JAMMU</h5>
<p>GCET Jammu is committed to nurturing technical talent.
Our collaboration <br>focuses on enhancing cybersecurity education through
hands-on training and <br>skill development workshops.</p>
</div>
</div>
<div class="col">
<h1>OUR COLABORATORS</h1>
<p class="detailpara">At Cipher Guard, we believe in the power of collaboration to enhance <br>cybersecurity solutions.
Our partnerships with esteemed institutions <br> allow us to leverage cutting-edge research, innovative technologies,<br> and a diverse range of expertise.</p>
<a href="enter.html" class="btn">Explore More Collaborations</a>
</div>
</section>
<footer class="footer">
<div class="social-icons">
<a href="https://github.com/abhi-1408-shek">
<i class="fa fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/abhishek-sharma-ba329725a/">
<i class="fa fa-linkedin"></i>
</a>
<a href="t.me/abhishek_gcet">
<i class="fa fa-telegram"></i>
</a>
<a href="https://x.com/mrabhishek1408">
<i class="fa fa-twitter"></i>
</a>
</div>
<ul class="list">
<li>
<a href="readmore.html">FAQ's</a>
</li>
<li>
<a href="pricing.html">SERVICES</a>
</li>
<p class="copyright"> © CIPHER-GUARD | ALL RIGHTS RESERVED</p>
</ul>
</footer>
</body>
</html>