-
Notifications
You must be signed in to change notification settings - Fork 48
/
home.html
139 lines (127 loc) · 5.32 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rudra</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<script src="https://use.fontawesome.com/c287a31143.js"></script>
<link rel="stylesheet" href="./home.css">
<link rel="stylesheet" href="./footer.css">
<link rel='icon' href='English/Assets/favicon1.ico' type='image/x-icon'/ >
</head>
<body onload="loader()">
<div id="loading"></div>
<a style="padding:10px;display:block;" href="feedback.html" target="_blank"></a>
<a href="feedback.html" class="float">
<i class="fa fa-plus my-float"></i>
</a>
<article class="clickable box1" onclick="location='./English/home.html'" data-icon="Aa" style="--hsl0: 82, 81%, 52%; --hsl1: 104, 56%, 51%;
--idx: 0">
<h3>English</h3>
<h4>RUDRA</h4>
<p>To open Rudra Web Application in English language <a href="./English/home.html">Click here</a></p>
</article>
<!-- Kannadn translated page could have some spelling mistake -->
<article class="clickable box2" onclick="location='./Kannada/home.html'" data-icon="ಎ" style="--hsl0: 49, 100%, 54%; --hsl1: 33, 96%, 50%;
--idx: 1">
<h3>ಕನ್ನಡ</h3>
<h4>ರುದ್ರ</h4>
<p>
ಕನ್ನಡ ಭಾಷೆಯಲ್ಲಿ ರುದ್ರ ವೆಬ್ ಅಪ್ಲಿಕೇಶನ್ ತೆರೆಯಲು <a href="./Kannada/home.html">ಇಲ್ಲಿ ಕ್ಲಿಕ್ ಮಾಡಿ</a></p>
</article>
<article class="box3" data-icon="Aअ" style="--hsl0: 169, 50%, 44%; --hsl1: 191, 99%, 27%;
--idx: 2">
<h3></h3>
<h4>Other languages</h4>
<p>Other languages are comming soon...</p>
</article>
</div>
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<center><h1 class="text"><hr>CONTACT US<hr></h1></center>
</div>
<div class="row">
<div class="col-lg">
<div class="row">
<img src="https://www.snappyinfotech.in/assets/img/contact-girl1.gif" class="img">
</div>
</div>
<div class="col-lg-6">
<form action="forms/contact.php" method="post" role="form" class="php-email-form" data-aos="fade-up">
<div class="form-group">
<input placeholder="Your Name" type="text" name="name" class="form-control" id="name" required>
</div>
<div class="form-group mt-3">
<input placeholder="Your Email" type="email" class="form-control" name="email" id="email" required>
</div>
<div class="form-group mt-3">
<input placeholder="Subject" type="text" class="form-control" name="subject" id="subject" required>
</div>
<div class="form-group mt-3">
<textarea placeholder="Message" class="form-control" name="message" rows="5" required></textarea>
</div>
<div class="text-center"><button type="submit" class= "text1"><h2 class="text3">Send Message</h2></button></button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
<script>
var preloader = document.getElementById('loading');
function loader(){
preloader.style.display='none';
}
</script>
</body>
<!-- footer -->
<footer class="text-white text-center text-lg-start">
<div class="container p-4">
<div class="row">
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Quick Links</h5></li>
<li><a href="#!" class="text-white">Home</a></li>
<li><a href="./aboutus.html" class="text-white">About Us</a> </li>
<li>
<h6>Languages:</h2>
<ul class="list-styled mb-0">
<li><a href="./English/home.html" class="text-white">English</a></li>
<li><a href="./Kannada/home.html" class="text-white">Kannada</a></li>
<li><a href="#" class="text-white">Others</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Contact Us</h5></li>
<li>
<i class="fa fa-envelope-o" aria-hidden="true"></i><a href="#" class="text-white">  rudra@xyz.com</a>
</li>
<li>
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">  9004950430</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<div class="container footer-list">
<h5 class="text-uppercase connect">Connect</h5>
<div class="row">
<div class="col-2"></div>
<div class="col-2"><img src="assets/facebook.png" alt=""></div>
<div class="col-2"><img src="assets/twitter.png" alt=""></div>
<div class="col-2"><img src="assets/instagram.png" alt=""></div>
</div>
</div>
</div>
</div>
</div>
<p style="text-align: center"> Copyright © <script>document.write(new Date().getFullYear())</script>:
<a class="text-white" href="#">Rudra@xyz.com</a></p>
</div>
</footer>
</html>