-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArchitecture.html
150 lines (95 loc) · 4.16 KB
/
Architecture.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE>
<html>
<head>
<title>Architecture Website Inquiry Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./Format_Web.css">
<link rel="stylesheet" href="./blacc_body.css">
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="BLACC-top">
<div class="BLACC-bar BLACC-green BLACC-wide BLACC-padding BLACC-card">
<a href="https://blacccorporation.w3spaces.com/Website_Template_BLACC_Corporation_Computer_Science_Project_Website_Inquiry.html" class="BLACC-bar-item BLACC-button"><b>WI</b> Architecture Inquiry</a>
</div>
</div>
<br>
<br>
<br>
<br
<br>
<!-- Header -->
<header class="BLACC-display-container BLACC-content BLACC-wide" style="max-width:1500px;" id="home">
<img class="BLACC-image" src="./Trade_Website.jpg" alt="Architecture" width="1500" height="800">
<div class="BLACC-display-middle BLACC-margin-top BLACC-center">
<h1 class="BLACC-xxlarge BLACC-text-green"><span class="BLACC-padding BLACC-black BLACC-opacity-min"><b>WI</b></span> <span class="BLACC-hide-small BLACC-text-green">Architecture Inquiry</span></h1>
</div>
</header>
<br>
<br>
<br>
<br>
<h2>Choose Architecture Color</h2>
<form target="_blank" action="mailto:blaccconnect@gmail.com" method="post" enctype="text/plain">
<label for="favcolor">Select your Primary Color</label>
<input type="color" id="favcolor" name="architecturefavcolor1" value="#ff0000">
<br>
<label for="favcolor">Select your Secondary Color</label>
<input type="color" id="favcolor" name="architecturefavcolor2" value="#5f0a00">
<br>
<label for="favcolor">Select your Third Color</label>
<input type="color" id="favcolor" name="architecturefavcolor3" value="#000000">
<br>
<label for="favcolor">Select your Fourth Color</label>
<input type="color" id="favcolor" name="architecturefavcolor4" value="#ffffff">
<br>
<label for="favcolor">Select your Fifth Color</label>
<input type="color" id="favcolor" name="architecturefavcolor5" value="#2a0ab0">
<br>
<label for="favcolor">Contact Name</label>
<input type="text" id="name" name="customername" value="John Doe">
<br>
<label for="favcolor">Contact Email</label>
<input type="text" id="email" name="customeremail" value="Johndoe@gmail.com">
<br>
<label for="favcolor">Contact Number</label>
<input type="text" id="number" name="customernumber" value="(000) 000 - 0000">
<br>
<label for="favcolor">Business Name</label>
<input type="text" id="businessname" name="businessname" value="John Doe Inc.">
<p><input type="submit" value="Submit"></p>
</form>
<br>
<!-- Footer -->
<footer class="BLACC-container BLACC-black">
<p> Made By B.L.A.C.C. Corportation (c) 2024</p>
<br>
<hr>
<br>
<ul class="lileft">
<li><a href="https://blacccorporation.w3spaces.com/index.html">B.L.A.C.C. Corporation </a>
</ul>
<ul class="lileft">
<li><a href="https://blaccsearch.w3spaces.com/BLACC_Search.html">B.L.A.C.C. Search</a>
</ul>
<ul class="lileft">
<li><a href="https://blacccorporation.w3spaces.com/B.L.A.C.C.CorporationTERMSANDCONDITIONS.html" target="_blank">Terms</a>
</ul>
<ul class="lileft">
<li><a href="https://blacccorporation.w3spaces.com/PRIVACYPOLICYFORB.L.A.C.C.CORPORATION.html" target="_blank">Privacy Policy</a>
</ul>
<ul class="lileft">
<li><a href="https://blacccorporation.w3spaces.com/Subscribe_Form.html">Subscribe</a>
</ul>
<ul class="lileft">
<li><a href="https://blaccconnect.w3spaces.com/Level_1_Access/United_States_Selection_Level_1_Access.html">B.L.A.C.C. Connect</a>
</ul>
<br>
<hr>
<br>
<p style="text-align: right;">Powered by <a href="https://blacccorporation.w3spaces.com/Website_Template_BLACC_Corporation_Computer_Science_Project_BLACC_Server.html" title="B.L.A.C.C." class="BLACC-hover-text-green">B.L.A.C.C. Server</a>~Created by <a href="https://blacccorporation.w3spaces.com/index.html" title="B.L.A.C.C." class="BLACC-hover-text-green">B.L.A.C.C. Corporation</a></p>
</footer>
<p>*B.L.A.C.C. Corporarion is hosted on the B.L.A.C.C. Server, this is a necessary component in order to insure protection of B.L.A.C.C. Corporarion documents and digital blueprint </p>
</body>
</html>