-
Notifications
You must be signed in to change notification settings - Fork 1
/
do-tender.html
114 lines (100 loc) · 4.17 KB
/
do-tender.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 lang="en">
<head>
<title>proKnap|Dealing Officer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="css/custom.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="icon" href="images/logo-png.png" type="image/png">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Pacifico|Cuprum|Lobster+Two' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="loginstyle.css">
<style type="text/css">
<style>
body {
position: relative;
}
a{
color:white;
}
ul.nav-pills {
top: 100px;
position: fixed;
}
div.col-sm-9 div {
height: 450px;
font-size: 18px;
box-shadow: 0 2px 10px black;
}
#section1 {color: #fff; background-color: #e3d6c6;}
#section2 {color: #fff; background-color: #edd5d1;}
@media screen and (max-width: 810px) {
#section1, #section2{
margin-left: 150px;
}
}
</style>
</head>
<body class="loggedin" data-spy="scroll" data-target="#myScrollspy" data-offset="20" style="background-color:#ff8c00">
<nav class="navbar navbar-default navbar-inverse" role="navigation"style="box-shadow: 0 2px 10px black;">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="events.html" ><div style="font-size:25; font-family: 'Pacifico', cursive !important;">proKnap</div></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav cuprum white font20">
<li><a href="it.html">IT</a></li>
<li><a href="finance.html">Finance</a></li>
<li><a href="electrical.html">Electrical</a></li>
<li><a href="mech.html">Mechanical</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><b>Logged In</b> <span class="caret"></span></a>
<ul id="login-dp" class="dropdown-menu"> <li><a href="#">Function1</a></li>
<li><a href="#">Function2</a></li>
<li><a href="#">Function3</a></li>
<li><a href="#">Function4</a></li>
<li></br></li>
</ul>
</li>
<li class="nav navbar-nav cuprum white font20"><a href="#">Logout</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<div class="row">
<nav class="col-sm-3" id="myScrollspy" >
<ul class="nav nav-pills nav-stacked" style="font-weight:900;">
<li class="active"><a href="#section1">Enter New Tender</a></li>
</ul>
</nav>
<div class="col-sm-9">
<div id="section1">
<h1 style="margin-left:20px;margin-top:30px;padding-top:30px;">Enter Tender Details</h1>
<p style="margin-left:20px;margin-top:10px;">
<form method="post" action="#">
<object type="text/html" data="html/partials/do-enter-tender.html" width="800px" height="250px" style="overflow:auto;border:0px ridge blue">
</object>
<div style="text-align:center;box-shadow: 0 0px 0px black;">
<input type="submit"/>
</div>
</form>
</p>
</div>
</div>
</div>
</div>
</body>
</html>