Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,3 +564,8 @@ label{
display: flex;
align-items: center;
}

.map{
margin-left: 500px;
position: relative;
}
58 changes: 30 additions & 28 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>

<!--========== CSS ==========-->
<link rel="stylesheet" href="static/css/styles.css">
<link rel="stylesheet" href="assets/css/styles.css">

<!-- Google Web FOnts -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">

<title> Hack The Urban Space | Hostile Architecture </title>
<title> Hack The Urban Space : Hostile Architecture </title>
</head>
<body>

Expand All @@ -33,7 +33,7 @@
<li class="nav__item"><a href="#about" class="nav__link">Upload image </a></li>
<li class="nav__item"><a href="#services" class="nav__link"> Hostile Architecture </a></li>
<li class="nav__item"><a href="#menu" class="nav__link"> Twitter </a></li>

<li class="nav__item"><a href="#map" class="nav__link"> Map </a></li>

<li><i class='bx bx-moon change-theme' id="theme-button"></i></li>
</ul>
Expand All @@ -51,11 +51,11 @@
<div class="home__container bd-container bd-grid">
<div class="home__data">
<h1 class="home__title">HackTheUrban.Space</h1>
<h2 class="home__subtitle">Public space is for everyone. <br> Safe, secure and healthy </h2>
<h2 class="home__subtitle">Public space should be for everyone <br> Safe , Secure and Healthy </h2>
<a href="#" class="button">Upload Image</a>
</div>

<!-- <img src="static/img/1.jpg" alt="" class="home__img"> -->
<!-- <img src="assets/img/1.jpg" alt="" class="home__img"> -->
</div>
</section>

Expand All @@ -64,28 +64,22 @@ <h2 class="home__subtitle">Public space is for everyone. <br> Safe, secure and h
<div class="about__container bd-grid">
<div class="about__data">
<span class="section-subtitle about__initial">Upload Image </span>
<h2 class="section-title about__initial">Help us find <br> Hostile Architecture </h2>
<h2 class="section-title about__initial">Help Us finding hostile <br> Architecture </h2>
<p class="about__description">Each and every person should have the right to know the safe places around the localty near them. help us is makin gthis a reality.</p>

<!--<form method="POST" action="/send_image" enctype="multipart/form-data">
<label for="file">
<input type="file" id="file" class="button" accept="image/*">
<span class="material-icons">
add_photo_alternate
</span> &nbsp;
Choose a Photo
</label>
</form> -->

<form method="POST" action="/send_image" enctype="multipart/form-data">
<input type="file" name="file" value="Choose a photo" class="button">
<input type="submit" value="Submit" class="button">
</form>

<label for="file">
<input type="file" id="file" class="button" accept="image/*">
<span class="material-icons">
add_photo_alternate
</span> &nbsp;
Choose a Photo
</label>


</div>

<img src="static/img/1.jpg" alt="" class="about__img">
<img src="assets/img/1.jpg" alt="" class="about__img">
</div>
</section>

Expand Down Expand Up @@ -158,7 +152,7 @@ <h2 class="section-title"> What Exactly is Hostile Architecture </h2>
46.6405 18.816 45.964 18.3989 45.5466Z"/>
</svg>
<h3 class="services__title">What Is Hostile Design For?</h3>
<p class="services__description">Hostile design is typically implemented to deter whatever behaviour the local authorities feel is inappropiate, and it has been used frequently to target homeless people.</p>
<p class="services__description">Hostile design is typically implemented to deter whatever behaviour the local authorities feel is most disruptive to their society, from littering to loitering, drug use, and even homelessness</p>
</div>

<div class="services__content">
Expand Down Expand Up @@ -315,7 +309,7 @@ <h3 class="services__title">What Is Hostile Design For?</h3>
</defs>
</svg>
<h3 class="services__title">Debate of Hostile Design</h3>
<p class="services__description">According to proponents of hostile design, this approach helps to keep public spaces clean and safe. However, many debate the ethics and aesthetics behind this approach. Shouldn't public space be public?</p>
<p class="services__description">According to proponents of hostile design, this approach helps to keep public spaces clean and safe. However, many debate the ethics and aesthetics behind this approach.</p>
</div>


Expand Down Expand Up @@ -383,18 +377,24 @@ <h3 class="services__title">But Why this</h3>
<div class="app__container bd-grid">
<div class="app__data">
<span class="section-subtitle app__initial"></span>
<h2 class="section-title app__initial">Check our Twitter!</h2>
<p class="app__description"> Take a sneek Peek at our Tweets to find out the Hostile Architecture Elements Near You</p>
<h2 class="section-title app__initial">Check Us Twitter Tweets </h2>
<p class="app__description"> Take a sneek Peek at our Twitter Tweets to find out the Hostile Designb Near You</p>
<div class="app__stores">
<a class="twitter-timeline" href="https://twitter.com/hacktheurban?ref_src=twsrc%5Etfw">Tweets by hacktheurban</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="#"><img src="assets/img/3.png" alt="" class="app__store"></a>
<a href="#"><img src="assets/img/4.jpg" alt="" class="app__store"></a>
</div>
</div>

<img src="static/img/2.jpg" alt="" class="app__img">
<img src="assets/img/2.jpg" alt="" class="app__img">
</div>
</section>


<!-- MAP -->
<div class="map">
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1KXaUIzXJDK2idW6ven3bB-vLCDCPmsQF" width="840" height="480" margin-left=200px></iframe>
</div>

<!--========== FOOTER ==========-->
<footer class="footer section bd-container">
<div class="footer__container bd-grid">
Expand Down Expand Up @@ -447,7 +447,7 @@ <h3 class="footer__title">Where to Find Us </h3>
<script src="https://unpkg.com/scrollreveal"></script>

<!--========== MAIN JS ==========-->
<script src="static/js/main.js"></script>
<script src="assets/js/main.js"></script>

<!-- <script>
const myForm = document.getElementById("myForm");
Expand All @@ -461,5 +461,7 @@ <h3 class="footer__title">Where to Find Us </h3>
}
</script> -->



</body>
</html>