-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (79 loc) · 4.24 KB
/
index.html
File metadata and controls
95 lines (79 loc) · 4.24 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v3.8.5">
<title>TechHub</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.3/examples/cover/">
<!-- Bootstarp Framework : Start -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src=" https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.jss" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Bootstarp Framework : End -->
<!-- Fontawsome Starts -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- Fontawsome Ends -->
<!-- Bootstrap core CSS -->
<link href="/docs/4.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand"><i class="fas fa-code"> TechHub</i></h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="index.html">Home</a>
<a class="nav-link" href="about.html">About Us</a>
<a class="nav-link" href="ide/index.html">IDE</a>
</nav>
</div>
</header><br>
<main role="main" class="inner cover">
<div class="row">
<div class=" col-sm-4 col-md-4 ">
<h1 style="color:maroon; font-size:32px;"><center>Daily Problems</center></h1><hr>
<iframe frameborder="0" border="0" height="1450px" width="100%" src="problems.html" name="iframe_a"> <a href="problems.html" target="iframe_a"></a></iframe>
</div>
<div class="col-sm-8 col-md-8">
<h1 style="color:maroon; font-size:32px;"><center>TechHub Data Science Ranking</center></h1><hr>
<iframe frameborder="0" border="0" height="1450px" width="100%" src="rank.html" name="iframe_a"> <a href="rank.html" target="iframe_a"></a></iframe>
</div>
</div>
</main>
<footer class="mastfoot mt-auto">
<hr>
<div class="inner">
<a class="insta" href="http://www.instagram.com/techhubmvit" target="_blank"><i class="fab fa-instagram"> Instagram</i></a>
<a class="fb" href="http://www.facebook.com/techhubmvit" target="_blank"><i class="fab fa-facebook-f"> Facebook</i></a>
<a class="lkd" href="http://www.linkedin.com/company/techhubmvit" target="_blank"><i class="fab fa-linkedin"> Linkedin</i></a>
</div>
</footer>
</div>
</body>
</html>