-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
108 lines (73 loc) · 3.53 KB
/
blog.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
<!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.0">
<title>Blog</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/navbar.css">
<script src="https://kit.fontawesome.com/b3bad2b493.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./commonarea/fotter.css">
</head>
<body>
<div id="nav">
</div>
<div id="navbar">
<a id="my" onclick="change()" href="blog.html">BLOG </a>
<a id="id" onclick="change1()" href="product.html">PRODUCTIVITY </a>
<a href="remote.html">REMOTE WORK </a>
<a href="best.html">BEST PRACTICES </a>
<a href="resource.html">RESOURCES</a>
</div>
<div id="timeCard">
<p>BEST PRACTICES
ARTICLES WITH TIPS AND RECOMMENDATIONS OF BEST PRACTICES AT WORK.</p>
<img src="https://trackingtime.co/wp-content/uploads/2022/08/Ilustracio%CC%81n-Time-Off_SVG-240x146px.svg" alt="">
<h2>Attendance & Timecards v2</h2>
<a href="#">READ ARTICLE</a>
</div>
<div id="articl-div">
<div id="div-1">
<img src="https://trackingtime.co/wp-content/uploads/2022/07/digital-marketing-agency-tools.svg" alt="">
<h4>Must-Have Digital Marketing Agency Tools in 2022</h4>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2022/07/Solve-Your-Freelancing-Productivity-and-Budget-Problems.svg" alt="">
<h4>How Time Tracking Can Solve Your Freelancing Productivity and Budget Problems</h4>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2022/07/Time-tracking-and-ERP-system-1.svg" alt="">
<h4>Benefits Of Integrating Time Tracking Software With Your Access Control System</h4>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2022/06/Time-Management-Strategies-to-Boost-your-Teams-Efficiency.svg" alt="">
<h4>10 Time Management Strategies to Boost Your Team’s Efficiency</h4>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2022/06/Employee-Retention.svg" alt="">
<h4>6 Best Practices for Employee Retention</h4>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2022/06/Employee-Engagement.svg" alt="">
<h4>A Guide to Employee Engagement: What Is It and Why It’s Important</h4>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2022/05/Mobile-App-Development-and-Design-Trends.svg" alt="">
<h4>8 Mobile App Development and Design Trends to Watch Out for in 2022</h4>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2022/05/Top-6-Employee-Attendance-Trackers.svg" alt="">
<h4>Top 6 Employee Attendance Trackers to Consider in 2022</h4>
</div>
<div>
<img src="https://trackingtime.co/wp-content/uploads/2022/04/How-to-Streamline-Workflows-to-Skyrocket-Conversions.svg" alt="">
<h4>How to Streamline Workflows to Skyrocket Conversions without Working Longer Hours?</h4>
</div>
</div>
<div id="footer">
</div>
</body>
</html>
<script type="module" src="./scripts/function.js">
</script>