-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomp.html
More file actions
81 lines (76 loc) · 3.32 KB
/
comp.html
File metadata and controls
81 lines (76 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=1, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="fullcomp">
<!-- header top section start -->
<div class="container">
<div class="header_section_top">
<div class="row">
<div class="col-sm-12">
<div class="custom_menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="intern.html">Internship</a></li>
<li><a href="open.html">Open source</a></li>
<li><a href="comp.html">Competative coding</a></li>
<li><a href="hw.html">Hardware</a></li>
<li><a href="cocur.html">Extracurricular</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="contimg">
<figure>
<div class="internimg">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQmoGlhKFiukP60jNq6Ph7GzmUHBQ6V5CfrXrXmtAHQD5Si7ei5NmIFSuWqsDMLW5P9z1Sf1oKEr-g&usqp=CAU&ec=48665701" alt="" >
</div>
<div class="internimg">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSCFr32usapiLoUsM7daQbpd8314BLJOU-tgfSyUQQ3Dg&usqp=CAU&ec=48665701" alt="" srcset="">
</div>
<div class="internimg">
<img src="https://www.ulead.in/blogs/wp-content/uploads/2022/06/7June_blogs_website-copy-1024x512.jpg" alt="" srcset="">
</div>
<div class="internimg">
<img src="https://www.ulead.in/blogs/wp-content/uploads/2022/06/7June_blogs_website-copy-1024x512.jpg" alt="" srcset="">
</div>
</figure>
</div>
<div class="achieve">
<h1 >COMPETITIVE CODING</h1>
</div>
<div class="expintern">
<!-- <div class="box">
<div class="box-content">
<h2>something</h2>
<p>describe</p>
</div>
</div>
-->
</div>
<footer>
<ul class="icon">
<li><a href="#"><i class="fa-brands fa-square-twitter"></i></a></li>
<li><a href="https://www.instagram.com/outruniversity/"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="#"><i class="fa-brands fa-square-facebook"></i></a></li>
<li><a href="info@cet.edu.in"><i class="fa-sharp fa-solid fa-envelope"></i></a></li>
</ul>
<ul class="menu">
<h3 style="color: rgb(255, 251, 127); font-weight: bolder;">ODISHA UNIVERSITY OF TECHOLOGY AND RESERACH,GHATIKIA,BBSR-751029</h3>
</ul>
<h3 style="color: rgb(248, 251, 252);margin-right: 7pc; font-weight: 700;">CONTACT HERE:</h3>
<p style="color: rgb(230, 197, 80);"><span style="color: rgb(251, 251, 253); font-weight: 700;">Phone:</span> +91 674 2386075<br><span style="color: rgb(251, 251, 253); font-weight: 700;">Email: </span>info@cet.edu.in</p>
</footer>
</div>
<script src="https://kit.fontawesome.com/8a06707bf8.js" crossorigin="anonymous"></script>
<script src="./COMP.JS"></script>
</body>
</html>