-
Notifications
You must be signed in to change notification settings - Fork 0
/
sanur.html
114 lines (109 loc) · 5.04 KB
/
sanur.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<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=Roboto:ital,wght@0,300;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Bali</title>
</head>
<body>
<header>
<div class="container">
<div class="navtoggle" id="myNavtoggle">
<img class="logo" src="img/logo/logo-cs.jpg" alt="Christina Silitonga Logo">
<nav>
<ul>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="index.html">Property</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li><a href="javascript:void(0);" class="icon" onclick="menuToggle()"><i class="fas fa-bars"></i></a></li>
</ul>
</nav>
</div>
</div>
</header>
<main>
<section class="">
<div class="container">
<h1>Bali</h1>
<h2>Sanur, Denpasar Selatan</h2>
<h3>Rumah Pengiyasan</h3>
<p>Location: Jalan Pengiyasan IV, no 4 a, Desa Sidakarya, Denpasar Selatan, Bali
Size: LB 100 m2 LT 150 m2
Bed Rooms: 3 Bath Rooms: 2
Living Room, Kitchen, Dining area
Renting minimum 6 months
<p>
<div class="row">
<div class="column">
<picture>
<source srcset="img\renting villa-bali_ubud\villa_christina.jpeg" media="(max-width:767px)">
<img src="img\renting villa-bali_ubud\villa_christina.jpeg" alt="Villa Christina">
</picture>
</div>
<div class="column">
<h4>Living and Dining Room<h4>
<p>The living and dining room is about 35 m2. </p>
<source srcset="img\renting house-sanur\livinanddinig_room.jpeg" media="(max-width:767px)">
<img src="img\renting house-sanur\livinanddinig_room.jpeg" alt="study case VocabularyApp">
</picture>
<h4>Master Bed Room<h4>
<p>The Master Bed Room is about 35 m2 with attached bath room and humble walk in closet. </p>
<picture>
<source srcset="img\renting house-sanur\master_bedroom.jpeg" media="(max-width:767px)">
<img src="img\renting house-sanur\master_bedroom.jpeg" alt="study case VocabularyApp">
<source srcset="img\renting house-sanur\master_bathroom.jpeg" media="(max-width:767px)">
<img src="img\renting house-sanur\master_bathroom.jpeg" alt="study case VocabularyApp">
</picture>
<h4>Sleeping Room 2<h4>
<p>It has bunk bed with attached bath room and own terrace.
<p>
<picture>
<source srcset="img\renting villa-bali_ubud\children_bedroom.jpeg" media="(max-width:767px)">
<img src="img\renting villa-bali_ubud\children_bedroom.jpeg" alt="study case VocabularyApp">
</picture>
</div>
</div>
</div>
</section>
</main>
<footer id="contact">
<div class="container">
<h2>Contact Me</h2>
<p>Let's keep in touch, stay in contact and work together.
I look forward to hearing from you, feel free to contact me, and we can build and develop your next exciting and innovative digital project.
</p>
<div class="contact">
<a href="form_contact.html" class="button">Send Email</a>
<a href="+628116261981" target="_blank" class="button">Call Us</a>
</div>
<div class="social">
<!--Social Media Layout and Placeholders-->
<a href="https://www.linkedin.com/in/christina-silit/" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://twitter.com/ChristinaSlt03" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.behance.net/christisiliton" target="_blank">
<i class="fab fa-behance"></i>
</a>
</div>
<p class="copy">Copyright Christina Silitonga 2021</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</body>
</html>