-
Notifications
You must be signed in to change notification settings - Fork 1
/
experiences.html
61 lines (61 loc) · 4.89 KB
/
experiences.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kinh nghiệm | Amayori</title>
<link type="text/css" rel="stylesheet" href="./resources/css/main.css">
<link type="text/css" rel="stylesheet" href="./resources/css/cloned-main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./resources/img/amayori-logo.png"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<script src="./resources/jscript/autoHTTPS.js"></script>
<script src="./resources/jscript/preload_experiences.js"></script>
</head>
<body>
<div class="preload-container">
<div class="preload">
<img style="border: none;" id="loaderAnimation" width="50%" height="auto" src="./resources/img/loader2.gif"/>
</div>
</div>
<div class="container">
<div id="backgroundVisible">
<div style="display: none;" class="navBar">
<p id="navChild"><a class="navChildChoose" href="./">Home</a> | <a class="navChildChoose" onclick="alert('Trang bạn đang cố gắn truy cập chưa được hoàn thiện hoặc bạn không có quyền để truy cập (error 7323)')" href="">Dịch Vụ</a> | <a class="navChildChoose" onclick="alert('Trang bạn đang cố gắn truy cập chưa được hoàn thiện hoặc bạn không có quyền để truy cập (error 7323)')" href="">Sản Phẩm</a> | <a class="navChildChoose" onclick="alert('Trang bạn đang cố gắn truy cập chưa được hoàn thiện hoặc bạn không có quyền để truy cập (error 7323)')" href="">Trang Bị</a> | <a class="navChildChoose" onclick="alert('Trang bạn đang cố gắn truy cập chưa được hoàn thiện hoặc bạn không có quyền để truy cập (error 7323)')" href="">Về Chúng Tôi</a></p>
</div>
<div class="mainContent">
<div class="miniContent">
<div class="mainContentWrapper">
<h1 class="centered"><span id="effect1">Ama</span><span id="effect2">yori</span> Experiences<p style="font-size: 15px;"><a href="https://github.com/nexondevfromvietnam">Github </a> | <a href="https://www.facebook.com/probably.amayori/"> Facebook</a> | <a href="https://www.youtube.com/@probably.amayori">Youtube</a> | <a href="http://beta.ndqm.site">Beta Page</a><br><a href="./index.html"><button>Trở về</button></a></p></h1><br> </div>
</div>
</div>
</div>
<div class="subContent">
<div id="drone-ex">
<h1 style="font-weight: normal;" class="subContentHeader">Kinh nghiệm trong lĩnh vực bay drone</h1>
<img src="./resources/img/ex/6.jpg" style="width: 35vw;" alt="drone img">
<img src="./resources/img/ex/62536124563123.jpg" style="width: 15vw;" alt="drone img">
<p style="font-size: 20px;">>40 Giờ bay<br>>100km đã bay<br>>250 chu kì cất/hạ cánh<br>Đã rơi 2 chiếc</p>
</div>
<div id="ptg-ex">
<h1 style="font-weight: normal;" class="subContentHeader">Kinh nghiệm trong lĩnh vực cung cấp hình ảnh</h1>
<a href="./view/sample/1.html" target="_blank"><img class="imgOverflow" src="./resources/img/ex/1.jpg" style="width: 18vw;" alt="img"></a>
<a href="./view/sample/2.html" target="_blank"><img class="imgOverflow" src="./resources/img/ex/2.jpg" style="width: 18vw;" alt="img"></a>
<br>
<a href="./view/sample/3.html" target="_blank"><img class="imgOverflow" src="./resources/img/ex/3.jpg" style="width: 18vw;" alt="img"></a>
<a href="./view/sample/4.html" target="_blank"><img class="imgOverflow" src="./resources/img/ex/4.jpg" style="width: 18vw;" alt="img"></a>
<p style="font-size: 20px;">4 năm kinh nghiệm trong lĩnh vực cung cấp ảnh thể thao<br>3 năm kinh nghiệm freelance cung cấp ảnh phong cảnh<br>2 năm kinh nghiệm cung cấp dịch vụ retouch ảnh</p>
</div>
</div>
</div>
</body>
<!--
<script src="./resources/jscript/parallax.js"></script>
-->
<script src="./resources/jscript/backgroundEffect.js"></script>
<script src="./resources/jscript/changeMood.js"></script>
</html>