-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiosdev.html
96 lines (82 loc) · 4.03 KB
/
iosdev.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
<!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">
<title>Ios Developer</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="iosfavicon.ico">
</head>
<body class="bg">
<div id="progressbar"></div>
<div id="scrollpath"></div>
<section class="container-fluid">
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html" style="color: #03c4a1;">Home</a></li>
<li class="breadcrumb-item active" aria-current="page" style="color: #709fb0;">IOS Projects</li>
</ol>
</nav>
<form class="getdocument" action="iosimages/ios dev certificate.jpg" method="get">
<button class="btn btn-light"><i class="fa fa-download"></i>Internship Certificate</button>
</form>
<img src="iosimages/refuindia.png" alt="refuindia" style="opacity:0.7; " id="refuimg">
<h1 style="color: #ffabe1; font-family: 'Barlow Condensed', sans-serif; line-height: 5.2rem; font-weight:bolder">RefuIndia</h1>
<br>
<div class="row iosimgs">
<div class="col-lg-4 col-md-6 " >
<img src="iosimages/ios proj1.png" alt="Dashboard View" >
<h6 style="">Dashboard View</h6>
</div>
<div class="col-lg-4 col-md-6 " >
<img src="iosimages/iosproj2.png" alt="About View">
<h6 style="">About View</h6>
</div>
<div class="col-lg-4" >
<img src="iosimages/mapview.png" alt="Map View" >
<h6 style="">Map View</h6>
</div>
</div>
<br>
<br>
<div class="info">
<div class="aim">
<h2 style="">Aim :-</h2>
<p style="" >Aim for our project was to basically create a Refugee/Homeless(App) which will help in providing up to date and relevant information to refugees and asylum seekers in India.
‘A must have’ when you’ve just arrived or live in India.</p>
</div>
<div class="workings">
<h2 style="">How does it Help:-</h2>
<p>RefuIndia focuses on Questions that normally Refugees have when they take shelter in India like "Where do I have to go? Where can I find the things I need? How can I explain what I want? What about education and work?" The RefuIndia App will help to answer a lot of these questions.. RefuIndia aims to explore all other issues that a refugee will face in their day to day life
</p>
<ul class="refufeature">
<h6 style="color: #ffabe1;font-family: 'Barlow Condensed', sans-serif; font-size: 1.9rem; padding: 20px 0px;">RefuIndia aims to help:-</h6>
<li>Find your way in India.</li>
<li>Translate or point out your needs</li>
<li>Get information about the asylum seeker procedure </li>
<li>Learn about the rules and regulations</li>
<li>Stay informed about the latest changes</li>
<li>Know what to do in case of an accident and more.</li>
</ul>
<br>
<h6 style="color: #ffabe1;font-family: 'Barlow Condensed', sans-serif; font-size: 1.9rem; padding: 20px 0px;">This app was made as a part of internship contract with
<a href="https://www.cognitioworld.com/" style="color: #03c4a1; text-decoration:none;">Cognitio World</a>
so all the rights and documents for this project belong to them.</h6>
</div>
</div>
<form class="" action="iosimages/ios dev certificate.jpg" method="get">
<button class="btn btn-light"><i class="fa fa-download"></i>Internship Certificate</button>
</form>
</section>
<script>let progress = document.getElementById('progressbar');
let totHeight = document.body.scrollHeight - window.innerHeight;
window.onscroll = function(){
let progressHeight = (window.pageYOffset / totHeight) * 100;
progress.style.height = progressHeight + "%";
}</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</body>
</html>