-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
144 lines (138 loc) · 5.51 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<link rel="stylesheet" href="css/main.css">
<title>View My Work</title>
</head>
<body style="background-color: #444;">
<header>
<div class="menu-btn">
<div class="btn-line"></div>
<div class="btn-line"></div>
<div class="btn-line"></div>
</div>
<nav class="menu">
<div class="menu-branding">
<div class="portrait" style="background: url(img/person4.jpg); background-size: contain;"></div>
</div>
<ul class="menu-nav">
<li class="nav-item current">
<a href="index.html" class="nav-link">Bosh Sahifa</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">O'zim xaqimda</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Mening loyihalarim</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Men bilan bog'laning</a>
</li>
</ul>
</nav>
</header>
<main id="work">
<h1 class="lg-heading">Mening<span class="text-secondary"> loyihalarim</span>
</h1>
<h2 class="sm-heading">
Mening ba'zi loyihalarimni ko'rib chiqing ...
</h2>
<div class="projects">
<div class="item">
<a href="#!">
<img src="img/project1.jpg" alt="">
</a>
<a href="https://jamshid-git.github.io/new/." class="btn-light">
<i class="fas fa-eye"> </i> web sayt
</a>
<a href="https://jamshid-git.github.io/new/." class="btn-dark">
<i class="fab fa-github"> </i> Github
</a>
</div>
<div class="item">
<a href="#!">
<img src="img/project2.jpg" alt="">
</a>
<a href="https://jamshid-git.github.io/new-css-grid/" class="btn-light">
<i class="fas fa-eye"> </i> web sayt
</a>
<a href="https://jamshid-git.github.io/new-css-grid/" class="btn-dark">
<i class="fab fa-github"> </i> web sayt
</a>
</div>
<div class="item">
<a href="https://jamshid-git.github.io/Acme/index.html">
<img src="img/project3.jpg" alt="">
</a>
<a href="https://jamshid-git.github.io/Acme/index.html" class="btn-light">
<i class="fas fa-eye"> </i> web sayt
</a>
<a href="#" class="btn-dark">
<i class="fab fa-github"> </i> Github
</a>
</div>
<div class="item">
<a href="#!">
<img src="img/project4.jpg" alt="">
</a>
<a href="https://jamshid-git.github.io/TinDog/" class="btn-light">
<i class="fas fa-eye"> </i> web sayt
</a>
<a href="https://jamshid-git.github.io/TinDog/" class="btn-dark">
<i class="fab fa-github"> </i> Github
</a>
</div>
<div class="item">
<a href="#!">
<img src="img/project5.jpg" alt="">
</a>
<a href="#" class="btn-light">
<i class="fas fa-eye"> </i> Web Project
</a>
<a href="#" class="btn-dark">
<i class="fab fa-github"> </i> Github
</a>
</div>
<div class="item">
<a href="#!">
<img src="img/project6.jpg" alt="">
</a>
<a href="#" class="btn-light">
<i class="fas fa-eye"> </i> Web Project
</a>
<a href="#" class="btn-dark">
<i class="fab fa-github"> </i> Github
</a>
</div>
<div class="item">
<a href="#!">
<img src="img/project7.jpg" alt="">
</a>
<a href="#" class="btn-light">
<i class="fas fa-eye"> </i> Web Project
</a>
<a href="#" class="btn-dark">
<i class="fab fa-github"> </i> Github
</a>
</div>
<div class="item">
<a href="#!">
<img src="img/project8.jpg" alt="">
</a>
<a href="#" class="btn-light">
<i class="fas fa-eye"> </i> Web Project
</a>
<a href="#" class="btn-dark">
<i class="fab fa-github"> </i> Github
</a>
</div>
</div>
</main>
<footer id="main-footer">Copyright © 2020</footer>
<script src="js/main.js"></script>
</body>
</html>