-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject_payments_hourly.html
169 lines (148 loc) · 5.1 KB
/
Project_payments_hourly.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Project_payments_hourly</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/media.css">
<link rel="stylesheet" href="css/Glyphter.css">
<link rel="stylesheet" href="css/icon_day.css">
<!-- google fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600' rel='stylesheet' type='text/css'>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<header class="clj_header"> <!-- header -->
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-3 col-xs-4">
<a href="index.html" class="logo">
<img src="img/logo(black-background).svg" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-5 col-xs-8 pull-right header-entrance">
<span class="greeting">WELCOME</span>
<a href="" class="log-view">< iloveart ></a>
<a href="#" class="greeting logout">Logout</a>
</div>
</div>
</div>
</header> <!-- end header -->
<nav class="clj_nav"> <!-- navigation -->
<div class="container">
<span class="visible-xs pull-right mobile_menu" id="mobile_menu"><img src="img/mobile_menu.png" alt="mobile_menu"></span>
<ul>
<li><a href="#">My jobs</a></li>
<li><a href="#">Post a Job</a></li>
<li><a href="#">Contracts</a></li>
<li><a href="#">find freelancer</a></li>
<li><a href="#">Reports</a></li>
<li class="myProfile">
<a href="#">My Profile</a>
<!-- <ul class="submenu">
<li><a href="#"><img src="images/photo.png" alt="">Zaitsev Nikita</a></li>
<li><a href="#">Reports</a></li>
</ul> -->
</li>
<li>
<a href="#">Messages
<span>
<img src="img/messages.png">
<i>15</i>
</span>
</a>
</li>
</ul>
</div>
</nav> <!-- end navigation -->
<section> <!--Top caption of freelancer-->
<div class="container detailed-view_container view-participant p-ark-25">
<div class="row">
<div class="col-lg-4 col-md-5 col-sm-12 col-xs-12 view-logo_cont">
<div>
<a href="#" class="logo-view"></a>
<p class="view-logo_caption">Mark Ronson</p>
<p class="participant-pricing">Hourly rate: $22,00</p>
</div>
<div class="clearfix"></div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-5 view-rating">
<p class="currency cur-biz">Web development</p>
</div>
<div class="col-lg-4 col-md-3 col-sm-6 col-xs-7">
<a href="#" class="button-contact">End contract</a>
<p class="contr-st-date">Contract started: <b><Date></b></p>
</div>
</div>
</div>
</section>
<section> <!-- onj_table -->
<div class="container onj_table onj-ark-28">
<div class="row">
<div class="col-lg-12">
<p class="title table-title_ark25 t-ark-green">Details</p>
</div>
</div>
<!--1st table-->
<table class="table_edit table-details">
<thead>
<tr>
<th class="first_col">This week</th>
<th class="second_col">Last week</th>
<th class="last_col">Since start</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Milestone" class="first_col">1:22 hrs</td>
<td data-label="Amount" class="second_col">3:45 hrs</td>
<td data-label="Date" class="last_col">10:00 hrs</td>
</tr>
<tr>
<td data-label="Milestone" class="first_col">$25,00</td>
<td data-label="Amount" class="second_col">$100,00</td>
<td data-label="Date" class="last_col">$222,00</td>
</tr>
</tbody>
</table>
<div class="row pricing-ark-25">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-7"><p>Time tracking</p></div>
<div class="col-lg-9 col-md-6 col-sm-6 col-xs-5"><p> </p></div>
</div>
<div class="row">
<div class="col-lg-12">
<a href="#" class="button-contact work-button-ark28">Work diary</a>
</div>
</div>
</div>
</section> <!-- end onj_table -->
<footer> <!--START FOOTER-->
<section>
<div class="wrapper footer">
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="footer-menu">
<li><a href="#">Terms and conditions</a></li>
<li><a href="#">News</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
</footer> <!--END FOOTER-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap-datepicker.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>