-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojectLinks.html
More file actions
60 lines (55 loc) · 2.12 KB
/
Copy pathprojectLinks.html
File metadata and controls
60 lines (55 loc) · 2.12 KB
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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
#warning {
margin: 10px;
}
#about {
margin: 10px;
font-family: Sans;
}
h1, h2 {
font-family: Sans;
margin: 10px;
}
.banner {
margin: 0;
padding: 0;
width: 100%;
height: 50%;
}
</style>
</head>
<div class="w3-bar w3-black">
<a href="projectLinks.html" class="w3-bar-item w3-button">Home</a>
<a href="upload1.php" class="w3-bar-item w3-button">Upload</a>
<a href="searchFiles.html" class="w3-bar-item w3-button">Search</a>
<a href="viewFile1.php" class="w3-bar-item w3-button">View</a>
</div>
<header class="main-header" role="banner" style="vertical-align:middle">
<center><img class="banner" src="pic2.jpg" alt="Lights"></center>
</header>
<body>
<div id="uploadMessage">
<center><br>Upload, view, or search through our user generated file database!</center><br>
</div>
<div id="content">
<br><br><br><h1>CSCI 3301 Term Project</h1>
<h2>Author: Stephen Bray</h2>
<p id="about">
The purpose of this website is to facilitate the sharing of information which is achieved through providing a platform for users to come and anonymously share various types of files.<br> Through clicking on the upload tab, in the top of the page, the user will be directed to a form where they can then choose to upload multiple files. We encourage users to upload any content they feel may be useful for other users, however it is not a requirement to view content that has already been uploaded.<br>Clicking the View tab will take the user to a table of user submitted content. The content can be viewed by clicking the link in the column, File Name, and deleted by clicking the Delete link.<br>To search through the uploaded content for a specific file, or files uploaded by a specific user, users only need to click on the search tab.
</p>
</dir>
<dir id="warning">
<br><br><br> <b>WARNING:</b> All of the content in the database has been submitted by users, use caution when viewing/saving/downloading content.
</dir>
</body>
</html>