From 9ea62cf0f17501909e2ddb98fa85d4d1eb343f99 Mon Sep 17 00:00:00 2001 From: corbin Date: Mon, 7 Apr 2025 21:35:39 -0400 Subject: [PATCH] Upload files to "/" --- index.html | 39 ++++++++++++++++++++++++++ style.css | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..51dcdeb --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + +Corbins Community HelpDesk + + + + + +
+ +
+

about

+

Hello I am Corbin and as of 4/7/2025 I will be providing free tech support for: Libraries/community centers, Churches and nonprofits, schools/After-School programs, and Individuals who need tech support. This is by inventation and reading this is the Inventation. Please feel free to reach out to me if you need any support and I will do what I can to solve your problem or help you understand any questions you may have. Click Me to Email corbin.pieper.np+support@outlook.com.

+

April 7 2025

+ +

Disclaimer

+

While I will continue to offer this after I graduate I feel it is important to note that I will be graded on my service that I provide you.

+

April 7 2025

+ + + + +
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..71c61aa --- /dev/null +++ b/style.css @@ -0,0 +1,82 @@ +body{ +background-image:url('blue034.gif'); +#background-image:url('http://i.imgur.com/uDuPEZd.jpg'); +letter-spacing:1px; +text-align:justify; +font-size:13px; +line-height:20px; +font-family: 'Georgia', serif; +margin:0 auto; +border-top:6px solid #dac33b; +} + +p{ +text-indent:26px; +} + +h1{ +font-family: 'Lustria', serif; +margin-bottom:4px; +text-align:right; +font-weight:normal; +letter-spacing:2px; +border-left:16px #dac33b solid; +} + +h2{ +font-family: 'Lustria', serif; +border-top:1px gray dotted; +margin-top:4px; +font-weight:normal; +letter-spacing:2px; +font-size:11px; +} + +a{ +color:#000; +text-decoration:none; +} + +a:hover{ +color:#fff; +background:#dac33b; +} + +#linkboxbox a{ +margin-bottom:4px; +display:block; +padding:2px; +} + +#linkboxbox a:hover{ +text-align:right; +} + +.post{ +width:572px; +padding:16px; +margin-bottom:60px; +background-color:#fff; +} + +#linkboxbox{ +width:196px; +float:left; +position:fixed; +left:26px; +top:32px; +padding:16px; +background-color:#fff; +} + +#linkbox{ +padding:11px; +border:1px gray dotted; +} + +#box1{ +position:relative; +width:642px; +margin-left:296px; +top:26px; +} \ No newline at end of file