-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 2.08 KB
/
index.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
<html>
<head>
<title"></title>
<link rel = "stylesheet" type="text/css" href="style.css">
<a href="/Users/ashwingupta/eclipse-workspace/NutriApp-Feedback-Website/logos/UMBC.jpeg" target="_b" class="logo"></a><br>
</head>
<body>
<div class="sample-header"></div>
<!--Center Align-->
<div style="text-align:center">
<h1><i>Software Nutrition Label <br>Design Feedback</i></h1>
<!--Text Input for name of application-->
<input type="text" id="key"placeholder="Enter your application name here" size="47">
<!--Form for modality dropdown-->
<form action="/submit" method="post"> <br><p>
<label for="app">Select a Modality</label>
<!--modality dropdown element id-->
<select id="mod" name="modality">
<option value="default">Default</option>
<option value="min_info">Minimum Information</option>
<option value="linear">Linear Design</option>
<option value="html">HTML Modality</option>
</select>
<!--Submit button element id-->
<button id="sb">Search</button><br>
<!--Static Images of restricted Applications-->
<img src="/Users/ashwingupta/Desktop/ESL_research/logos/chrome.png"style="width:140px;height:120px;" alt="Google Chrome"><br>
<img src="/Users/ashwingupta/eclipse-workspace/NutriApp-Feedback-Website/logos/gmail.png" style="width:120;height:30px;"alt="Gmail "><br><br><br>
<img src="/Users/ashwingupta/eclipse-workspace/NutriApp-Feedback-Website/logos/Apple_Music_icon.png" style="width:50px;height:50px;"alt="Music ">
</div>
<script type="text/javascript" src="functions.js"></script>
</body>
</html>
<!--style="margin: 0px; height: 100%; background-color: rgb(14, 14, 14);">
<img style="display: block;-webkit-user-select: none;margin: auto;cursor: zoom-in;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="https://styleguide.umbc.edu/wp-content/uploads/sites/113/2020/03/style-tile-textured-background-3160-bw.jpg" width="1464" height="800"-->