-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
115 lines (110 loc) · 6.75 KB
/
about.html
File metadata and controls
115 lines (110 loc) · 6.75 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
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
<!DOCTYPE html>
<html>
<title>DCD - Dirt Cheap Dishes</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="shortcut icon" href="icon.ico" />
<style>
body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}
body {font-size: 16px;}
img {margin-bottom: -8px;}
.mySlides {display: none;}
</style>
<body class="w3-content" style="max-width:1500px; background-color: #212121">
<!-- Header with Slideshow -->
<header class="w3-display-container w3-center">
</header>
<!-- Pages -->
<div style="text-align:center;">
<button class="w3-button w3-transparent w3-text-white w3-round" onclick="window.open('index.html','_self')">Home <i class="fa fa-home"></i></button>
<button class="w3-button w3-transparent w3-text-white w3-round" onclick="window.open('about.html','_self')">About <i class="fas fa-info-circle"></i></button>
<button class="w3-button w3-transparent w3-text-white w3-round" onclick="window.open('contact.html','_self')">Contact Us <i class="fa fa-envelope"></i></button>
<button class="w3-button w3-transparent w3-text-white w3-round" onclick="window.open('suggest.html','_self')">Suggest a Recipe <i class="fa fa-hamburger"></i></button>
<button class="w3-button w3-transparent w3-text-white w3-round" onclick="window.open('https://github.com/DirtCheapDishes/DCD','_blank')">GitHub Repository <i class="fab fa-github"></i></button>
<button class="w3-button w3-transparent w3-text-white w3-round" onclick="window.open('https://github.com/DirtCheapDishes/DCD/projects','_blank')">Kanban Board <i class="fas fa-clipboard-list"></i></button>
<button class="w3-button w3-transparent w3-text-white w3-round" onclick="window.open('https://github.com/DirtCheapDishes/DCD/blob/master/LICENSE','_blank')">Source Code License <i class="fas fa-code"></i></button>
</div>
<!-- The About Section -->
<div class="w3-padding-64 w3-white">
<div class="w3-row-padding">
<div class="w3-col l8 m6">
<h1 class="w3-jumbo"><b>About DCD</b></h1>
<h1 class="w3-xxxlarge w3-text-green"><b>The Details</b></h1>
<p class="w3-xlarge">Features:</p>
<ul class="w3-ul">
<li>DCD is and will forever be free to use</li>
<li>No ads!</li>
<li>Thousands of recipes across approximately 80% (5.34 billion) of all devices worldwide</li>
<ul>
<li>Free</li>
<li>Healthy</li>
<li>Delicious</li>
<li>Varying difficulties</li>
</ul>
<li>Very accessible</li>
<ul>
<li>Windows</li>
<li>Android</li>
<li>Easily portable to UNIX</li>
<li>Online coming soon</li>
<li>Increase/decrease font size on PC</li>
</ul>
<li>Design is simple, fast, and easy to use!</li>
<li>Store your own recipes locally</li>
<ul>
<li>Currently available for Windows</li>
<li>Android coming soon</li>
<li>Keep all of your recipes organized in one place!</li>
</ul>
<li>Anyone can suggest new global recipes!</li>
<ul>
<li>Export a saved recipe or type a new one</li>
<li>GitHub users click <a target="_blank" rel="noopener noreferrer" href="https://github.com/DirtCheapDishes/DCD/issues/new?assignees=DirtCheapDishes&labels=recipe+suggestion&template=suggested-recipe-addition.md&title=%5BRecipe+Title%5D">here.</a></li>
<li>Others click <a target="_blank" rel="noopener noreferrer" href="suggest.html">here.</a></li>
</ul>
<li>DCD is entirely open source!</li>
<ul>
<li>Suggest edits</li>
<li>Report bugs</li>
<li>Request a new feature</li>
<li>Contribute via GitHub</li>
<li>Fork the source code and work on DCD yourself!</li>
</ul>
</ul>
</div>
<div class="w3-col l4 m6">
<img src="./resources/laptop_white.png" class="w3-image w3-right w3-hide-small" width="335" height="471" style="padding-top:25px; padding-bottom:40px;">
<img src="./resources/upright_white.png" class="w3-image w3-right w3-hide-small" width="335" height="471" style="padding-top:40px; padding-bottom:40px;">
<img src="./resources/side_white.png" class="w3-image w3-right w3-hide-small" width="335" height="471" style="padding-top:40px; padding-bottom:40px;">
<div class="w3-center w3-hide-large w3-hide-medium">
<img src="./resources/laptop_white.png" class="w3-image w3-margin-top" width="335" height="471" style="padding-top:20px; padding-bottom:20px;">
<img src="./resources/upright_white.png" class="w3-image w3-margin-top" width="335" height="471" style="padding-top:10px; padding-bottom:10px;">
<img src="./resources/side_white.png" class="w3-image w3-margin-top" width="335" height="471" style="padding-top:15px; padding-bottom:15px;">
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-light-grey w3-center">
<div class="w3-section w3-xlarge">
<i class="fab fa-facebook-square w3-hover-opacity"></i>
<i class="fab fa-instagram w3-hover-opacity"></i>
<i class="fab fa-snapchat w3-hover-opacity"></i>
<i class="fab fa-pinterest-p w3-hover-opacity"></i>
<i class="fab fa-twitter w3-hover-opacity"></i>
<i class="fab fa-linkedin w3-hover-opacity"></i>
</div>
<!-- Pages -->
<button class="w3-button w3-transparent w3-round" onclick="window.open('index.html','_self')">Home <i class="fa fa-home"></i></button>
<button class="w3-button w3-transparent w3-round" onclick="window.open('about.html','_self')">About <i class="fas fa-info-circle"></i></button>
<button class="w3-button w3-transparent w3-round" onclick="window.open('contact.html','_self')">Contact Us <i class="fa fa-envelope"></i></button>
<button class="w3-button w3-transparent w3-round" onclick="window.open('suggest.html','_self')">Suggest a Recipe <i class="fa fa-hamburger"></i></button>
<button class="w3-button w3-transparent w3-round" onclick="window.open('https://github.com/DirtCheapDishes/DCD','_blank')">GitHub Repository <i class="fab fa-github"></i></button>
<button class="w3-button w3-transparent w3-round" onclick="window.open('https://github.com/DirtCheapDishes/DCD/projects','_blank')">Kanban Board <i class="fas fa-clipboard-list"></i></button>
<button class="w3-button w3-transparent w3-round" onclick="window.open('https://github.com/DirtCheapDishes/DCD/blob/master/LICENSE','_blank')">Source Code License <i class="fas fa-code"></i></button>
</footer>
</body>
</html>