-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout-us.html
35 lines (35 loc) · 1.89 KB
/
about-us.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
<html>
<head>
<title> About us </title>
<link rel="stylesheet" type="text/css" media="screen" href="css/style1.css">
<link rel="icon" href="images/flag.png">
<script src="js/block.js"></script>
</head>
<style type ="text/css" >
.footer{
position: fixed;
text-align: center;
bottom: 0px;
width: 100%;
color: #5d9771;
font-size: 12.5px;
}
</style>
<body>
<div class="contact-title">
<img src="/images/cdaclogo.png" style="height: 150px; width: 150px" />
<h1>About US</h1>
<h2>CDAC Kolkata ISS team</h2>
</div>
</br>
<p style="font-family:courier; font-size:110%; color:#9bd8ca; text-align=center;"> Centre for Development <!--CDAC_CTF_FLAG{ATZUISEXQD}-->of Advanced Computing (C-DAC) is the premier R&D organization of the Ministry of Electronics and Information Technology (MeitY) for carrying out R&D in IT, Electronics and associated areas. Different areas of C-DAC, had originated at different times, many of which came out as a result of identification of opportunities. C-DAC has today emerged as a premier R&D organization in IT&E (Information Technologies and Electronics) in the country working on strengthening national technological capabilities in the context of global developments in the field and responding to change in the market need in selected foundation areas.</p></br></br>
<!-- <p style="font-family:sans-serif; font-size:110%; color:#a7c7b8; text-align=center;"> -->
<!-- <b> <br>Hrishikesh Patra               hrishikesh.skl044@cdac.in -->
<!-- </br> </br>Shabdik Chakraborty           shabdik.skl049@cdac.in -->
<!-- </br> </br>Agradip Paul     paulagradip77@gmail.com</b> -->
<!-- </p> -->
</br> </br> </br>
<p><a href="dashboard.php?p=challenges" style="color:white">Home</a>   <a href="contact-us.php" style="color:white">Contact Us</a></</p>
</body>
<div class="footer">Devoloped By Hrishikesh & Shabdik</div>
</html>