index.html 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Gravity</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8. <link rel="preconnect" href="https://fonts.gstatic.com">
  9. <link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;700&display=swap" rel="stylesheet">
  10. <link rel="stylesheet" href="./css/bootstrap.min.css">
  11. <link rel="stylesheet" href="./css/owl.carousel.min.css">
  12. <link rel="stylesheet" href="./css/owl.theme.default.min.css">
  13. <link rel="stylesheet" href="./css/style.css">
  14. </head>
  15. <body>
  16. <header class="header">
  17. <div class="nav">
  18. <div class="container">
  19. <div class="row">
  20. <div class="col-4 col-md-4">
  21. <img src="./img/logo.svg" alt="Gravity" class="logo">
  22. </div>
  23. <div class="col-4 offset-md-2 col-md-3">
  24. <button class="search">
  25. <img src="./img/search-icon.svg" alt="Search">
  26. </button>
  27. </div>
  28. <div class="col-4 col-md-3 ">
  29. <button class="menu ml-auto">
  30. <img src="./img/menu-icon.svg" alt="Menu Gravity">
  31. </button>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. <div class="offer">
  37. <div class="container">
  38. <div class="row">
  39. <div class="col-md-6 vh-dependent">
  40. <div class="offer-cont">
  41. <h1 class="offer-cont__title">
  42. Work around you and your team
  43. </h1>
  44. <p class="offer-cont__text">
  45. From ads that dance or sing to MTV-like commercials, online advertisers
  46. are now using a new type of technology “rich media” to attract consumers.
  47. </p>
  48. <button class="offer-cont__btn btn">
  49. get started
  50. </button>
  51. </div>
  52. </div>
  53. <div class="col-md-6 be-static vh-dependent">
  54. <div class="hero">
  55. <a href="#" class="video">
  56. </a>
  57. </div>
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. </header>
  63. <section class="problems">
  64. <div class="container">
  65. <div class="row">
  66. <div class="col-md-5">
  67. <img src="./img/poster.jpg" alt="Poster" class="poster img img-fluid">
  68. </div>
  69. <div class="col-md-6 ml-auto d-flex align-items-center">
  70. <div class="about">
  71. <h2 class="about__title">We solve digital problems with an outstanding creative flare</h2>
  72. <p class="about__text">The best time to view the moon, obviously, is at night when
  73. there are few clouds and the weather is accommodating for a long and lasting study.
  74. </p>
  75. <p class="about__text">For most of us, the idea of astronomy is something we directly
  76. connect to “stargazing”, telescopes and seeing magnificent displays in the heavens.
  77. </p>
  78. <div class="about__author">
  79. <h4 class="about__name">
  80. Denis Shepovalov
  81. </h4>
  82. <p class="about__dop">Co-Founder & CEO</p>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88. </section>
  89. <section class="services">
  90. <div class="container">
  91. <div class="row">
  92. <div class="col-md-6">
  93. <div class="section-title">
  94. <p class="section-title__label">
  95. — Services
  96. </p>
  97. <h2 class="section-title__heading">
  98. We love work hard and explore new things that’s why we cover lot of things.
  99. Check our service list and view details
  100. </h2>
  101. </div>
  102. </div>
  103. <div class="col-md-5 ml-auto d-flex justify-content-between">
  104. <ul class="serv-list left">
  105. <li class="serv-list__item">Multimedia</li>
  106. <li class="serv-list__item">Interactive design</li>
  107. <li class="serv-list__item">Packaging</li>
  108. <li class="serv-list__item">Branding</li>
  109. </ul>
  110. <ul class="serv-list right">
  111. <li class="serv-list__item">Creative Strategy</li>
  112. <li class="serv-list__item">UI/UX </li>
  113. <li class="serv-list__item">Coding</li>
  114. </ul>
  115. </div>
  116. </div>
  117. <div class="row">
  118. <div class="col-md-12">
  119. <div class="owl-carousel owl-theme works-carousel">
  120. <div class="item">
  121. <img src="img/slider-1.jpg" alt="slider-1">
  122. <span class="owl-carousel__play"></span>
  123. </div>
  124. <div class="item">
  125. <img src="img/slider-2.jpg" alt="slider-2">
  126. <span class="owl-carousel__play"></span>
  127. </div>
  128. <div class="item">
  129. <img src="img/slider-3.jpg" alt="slider-1">
  130. <span class="owl-carousel__play"></span>
  131. </div>
  132. <div class="item">
  133. <img src="img/slider-4.jpg" alt="slider-2">
  134. <span class="owl-carousel__play"></span>
  135. </div>
  136. <div class="item">
  137. <img src="img/slider-5.jpg" alt="slider-2">
  138. <span class="owl-carousel__play"></span>
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. </div>
  144. </section>
  145. <section class="result">
  146. <div class="container">
  147. <div class="row">
  148. <div class="col-md-6 be-static">
  149. <div class="collage">
  150. <img src="./img/res-3.jpg" alt="">
  151. </div>
  152. </div>
  153. <div class="col-md-6">
  154. <div class="easy">
  155. <h2 class="easy__title">Well thought with super easy to use</h2>
  156. <p class="easy__text">As we approached the palace I could see through the great windows
  157. of the first floor the brilliantly illuminated audience chamber of Than Kosis.
  158. The immense hall was crowded with nobles and their women.
  159. </p>
  160. <div class="easy__point first">
  161. Ultimate Result
  162. </div>
  163. <div class="easy__point second">
  164. Minimal Design
  165. </div>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. </section>
  171. <section class="works tabs">
  172. <div class="container">
  173. <div class="row">
  174. <div class="col-md-6">
  175. <div class="section-title">
  176. <p class="section-title__label">
  177. — our works
  178. </p>
  179. <h2 class="section-title__heading">
  180. Discover our Work
  181. </h2>
  182. </div>
  183. </div>
  184. <div class="col-12 col-xl-6">
  185. <ul class="work-tabs d-flex justify-content-between tabs__caption">
  186. <li class="work-tabs__item active">
  187. <a href="#">All</a>
  188. </li>
  189. <li class="work-tabs__item">
  190. <a href="#">Branding</a>
  191. </li>
  192. <li class="work-tabs__item">
  193. <a href="#">Web</a>
  194. </li>
  195. <li class="work-tabs__item">
  196. <a href="#">Development</a>
  197. </li>
  198. <li class="work-tabs__item">
  199. <a href="#">Films</a>
  200. </li>
  201. </ul>
  202. </div>
  203. </div>
  204. <div class="row">
  205. <div class="col">
  206. <div class="works-wrap d-flex justify-content-between tabs__content active">
  207. <a href="#" class="works-wrap__item">
  208. <img src="./img/img-9.jpg" alt="Work">
  209. </a>
  210. <a href="#" class="works-wrap__item">
  211. <img src="./img/img-8.jpg" alt="Work">
  212. </a>
  213. <a href="#" class="works-wrap__item">
  214. <img src="./img/img-9.jpg" alt="Work">
  215. </a>
  216. <a href="#" class="works-wrap__item">
  217. <img src="./img/img-10.jpg" alt="Work">
  218. </a>
  219. <a href="#" class="works-wrap__item">
  220. <img src="./img/img-11.jpg" alt="Work">
  221. </a>
  222. <a href="#" class="works-wrap__item">
  223. <img src="./img/img-12.jpg" alt="Work">
  224. </a>
  225. </div>
  226. </div>
  227. </div>
  228. </div>
  229. </section>
  230. <section class="testimonials">
  231. <div class="container">
  232. <div class="owl-carousel contributor-carousel">
  233. <!-- First slide -->
  234. <div class="row">
  235. <div class="col-md-6">
  236. <div class="section-title">
  237. <p class="section-title__label">— Testimonials</p>
  238. <h2 class="section-title__heading_review">"Professionals in their craft! All products
  239. were super great with strong attention to details, and overall vibe"
  240. </h2>
  241. <div class="contributor">
  242. <h3 class="contributor__title">Polina Kuzina</h3>
  243. <p class="contributor__desc">Manager at Craftwork</p>
  244. </div>
  245. </div>
  246. </div>
  247. <div class="col-md-5 ml-auto">
  248. <img src="./img/photo.jpg" alt="Photo" class="cont-photo img-fluid">
  249. </div>
  250. </div>
  251. <!-- Second slide -->
  252. <div class="row">
  253. <div class="col-md-6">
  254. <div class="section-title">
  255. <p class="section-title__label">— Testimonials</p>
  256. <h2 class="section-title__heading_review">"He is good at Maths and always helps me with it,
  257. because I can hardly understand all these sums and problems"
  258. </h2>
  259. <div class="contributor">
  260. <h3 class="contributor__title">Olga Karenina</h3>
  261. <p class="contributor__desc">Front-End Developer</p>
  262. </div>
  263. </div>
  264. </div>
  265. <div class="col-md-5 ml-auto">
  266. <img src="./img/photo-1.jpg" alt="Photo" class="cont-photo img-fluid">
  267. </div>
  268. </div>
  269. </div>
  270. </div>
  271. </section>
  272. <section class="clients">
  273. <div class="container">
  274. <div class="row">
  275. <div class="col-md-6">
  276. <div class="section-title">
  277. <h2 class="section-title__heading">
  278. Our Clients
  279. </h2>
  280. </div>
  281. </div>
  282. </div>
  283. <div class="row">
  284. <div class="col">
  285. <div class="clients-row d-flex justify-content-between">
  286. <a href="#" class="clients-row__item">
  287. <img src="./img/xiaomi.svg" alt="xiaomi">
  288. </a>
  289. <a href="#" class="clients-row__item">
  290. <img src="./img/tinder.svg" alt="tinder">
  291. </a>
  292. <a href="#" class="clients-row__item">
  293. <img src="./img/apple.svg" alt="apple">
  294. </a>
  295. <a href="#" class="clients-row__item">
  296. <img src="./img/nike.svg" alt="nike">
  297. </a>
  298. <a href="#" class="clients-row__item">
  299. <img src="./img/amd.svg" alt="amd">
  300. </a>
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305. </section>
  306. <footer class="footer">
  307. <div class="container">
  308. <div class="row">
  309. <div class="col d-flex justify-content-center">
  310. <img class="footer-logo" src="./img/logo-footer.svg" alt="Gravity">
  311. </div>
  312. </div>
  313. </div>
  314. </footer>
  315. <script src="./js/jquery-3.6.0.min.js"></script>
  316. <script src="./js/owl.carousel.min.js"></script>
  317. <script src="./js/main.js"></script>
  318. </body>
  319. </html>