diff options
-rw-r--r-- | .idea/sshConfigs.xml | 2 | ||||
-rw-r--r-- | .idea/webServers.xml | 2 | ||||
-rw-r--r-- | assets/main.css | 67 | ||||
-rw-r--r-- | index.php | 12 | ||||
-rw-r--r-- | logo.png | bin | 0 -> 71309 bytes | |||
-rw-r--r-- | logo.svg | 85 |
6 files changed, 133 insertions, 35 deletions
diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml index 66ef29d..26053e5 100644 --- a/.idea/sshConfigs.xml +++ b/.idea/sshConfigs.xml @@ -2,7 +2,7 @@ <project version="4"> <component name="SshConfigs"> <configs> - <sshConfig authType="OPEN_SSH" host="minteck.org" id="319e7a2c-5091-4381-a0bc-0aad15d58f41" port="22465" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> + <sshConfig authType="OPEN_SSH" host="minteck.org" id="319e7a2c-5091-4381-a0bc-0aad15d58f41" port="22" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" /> </configs> </component> </project>
\ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml index e9b027b..933b983 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -3,7 +3,7 @@ <component name="WebServers"> <option name="servers"> <webServer id="4ddeb4db-477c-482b-8bc1-be8e25957b40" name="Familine"> - <fileTransfer accessType="SFTP" host="minteck.org" port="22465" sshConfigId="319e7a2c-5091-4381-a0bc-0aad15d58f41" sshConfig="root@minteck.org:22465 agent" authAgent="true"> + <fileTransfer accessType="SFTP" host="minteck.org" port="22" sshConfigId="319e7a2c-5091-4381-a0bc-0aad15d58f41" sshConfig="root@minteck.org:22 agent" authAgent="true"> <advancedOptions> <advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" /> </advancedOptions> diff --git a/assets/main.css b/assets/main.css index 12e1ede..a89ea8e 100644 --- a/assets/main.css +++ b/assets/main.css @@ -77,10 +77,18 @@ body, html { border-color: #333; } +#home-bar:hover { + border-color: #444; +} + #results-intro-bar-input:active, #results-intro-bar-input:focus { border-color: #444; } +#home-bar:active, #home-bar:focus { + border-color: #555; +} + #intro-results-separator { margin-top: 43px; } @@ -199,16 +207,14 @@ body, html { color: white; } -.container-fluid { +.container-fluid { /* Ah yes, here is the container for the gender fluid */ width: 100%; } .container { - max-width: 100%; - position: absolute; - left: 40%; - top: 10%; - width: 20%; + width: 50%; + margin-left: auto; + margin-right: auto; } .title.is-1 { @@ -217,27 +223,64 @@ body, html { } .search-input { + border-radius: 5px; + border: 1px solid #333; + background: #111; + color: white; +} + +.search-input { + outline: none; max-width: 100%; width: 88%; padding: 12px 20px; margin: 8px 0px; border-radius: 5px; - background-color: white; - background-image: url('search-v2.svg'); background-position: 5px 5px; background-repeat: no-repeat; background-size: 8%; - padding-left: 40px; } div.searchbtn { - display: flex; - justify-content: space-around; + text-align: center; } div.searchbtn input { cursor: pointer; padding: 8px 15px; margin: 4px 2px; - font-size:14pt; + font-size: 14px; } + +#home-logo { + margin-bottom: 10px; + margin-top: 50px; +} + +#home-logo img { + width: 128px; +} + +.home-btn { + border: 1px solid #666; + border-radius: 5px; + background: linear-gradient( + 180deg, rgba(53,53,53,1) 0%, rgba(37,37,37,1) 100%); + color: white; + margin-right: 10px !important; +} + +.home-btn-last { + margin-left: 10px !important; + margin-right: 0 !important; +} + +.home-btn:hover { + border-color: #656565; + background: #333333; +} + +.home-btn:active { + border-color: #777; + background: #353535; +}
\ No newline at end of file @@ -3,18 +3,20 @@ <head> <meta charset="UTF-8"> <title>WolfEye</title> - + <link rel="icon" href="/logo.svg"> <link rel="stylesheet" href="assets/main.css"> </head> <body> <div class="container"> - <h1 class="title is-1">WolfEye</h1> + <h1 class="title is-1" id="home-logo"> + <img src="/logo.svg"> + </h1> <form action="search"> - <input class="search-input" type="text" name="q" placeholder="Search the Web..."> + <input id="home-bar" class="search-input" autocomplete="off" spellcheck="false" type="text" name="q" placeholder="Search the Web..."> <br/> <div class="searchbtn"> - <input type="submit" value="Search!"> - <!-- <input type="submit" value="I'm feeling lucky!" disabled> DISABLE THIS ONE --> + <input class="home-btn" id="home-submit" type="submit" value="WolfEye Search"> + <input class="home-btn home-btn-last" id="home-lucky" type="button" value="I'm feeling lucky"> </div> <link rel="icon" href="/logo.svg"> </form> diff --git a/logo.png b/logo.png Binary files differnew file mode 100644 index 0000000..ca50d2b --- /dev/null +++ b/logo.png @@ -4,10 +4,10 @@ <svg id="svg5" version="1.1" - viewBox="0 0 186.72737 186.72737" - height="186.72737mm" - width="186.72737mm" - sodipodi:docname="wolfeye.svg" + viewBox="0 0 190.60437 190.60437" + height="190.60437mm" + width="190.60437mm" + sodipodi:docname="wolfeye (1).svg" inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" @@ -27,9 +27,9 @@ inkscape:snap-global="true" inkscape:snap-midpoints="true" inkscape:object-paths="false" - inkscape:zoom="0.66449955" - inkscape:cx="262.60364" - inkscape:cy="270.88054" + inkscape:zoom="0.22627417" + inkscape:cx="33.14563" + inkscape:cy="751.30095" inkscape:window-width="1600" inkscape:window-height="843" inkscape:window-x="0" @@ -45,9 +45,54 @@ fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" - fit-margin-bottom="0" /> + fit-margin-bottom="0" + inkscape:snap-page="true" /> <defs id="defs2"> + <inkscape:path-effect + effect="offset" + id="path-effect130765" + is_visible="true" + lpeversion="1" + linejoin_type="miter" + unit="mm" + offset="3.3" + miter_limit="4" + attempt_force_join="false" + update_on_knot_move="true" /> + <inkscape:path-effect + effect="offset" + id="path-effect130217" + is_visible="true" + lpeversion="1" + linejoin_type="miter" + unit="mm" + offset="3.3" + miter_limit="4" + attempt_force_join="false" + update_on_knot_move="true" /> + <inkscape:path-effect + effect="offset" + id="path-effect130117" + is_visible="true" + lpeversion="1" + linejoin_type="miter" + unit="mm" + offset="3.3" + miter_limit="4" + attempt_force_join="false" + update_on_knot_move="true" /> + <inkscape:path-effect + effect="offset" + id="path-effect129993" + is_visible="true" + lpeversion="1" + linejoin_type="miter" + unit="mm" + offset="3.3" + miter_limit="4" + attempt_force_join="false" + update_on_knot_move="true" /> <linearGradient inkscape:collect="always" id="linearGradient41767"> @@ -116,17 +161,25 @@ fx="918.8197" fy="182.40836" r="27.379515" - gradientTransform="matrix(2.0398076,0,0,2.0398079,-1794.9432,-189.12648)" + gradientTransform="matrix(2.0398076,0,0,2.0398079,-1792.4434,-184.66318)" gradientUnits="userSpaceOnUse" /> </defs> <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" - transform="translate(19.987232,-89.044647)"> + transform="translate(19.987732,-89.044395)"> + <path + id="path129087" + style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linejoin:round;stop-color:#000000" + inkscape:transform-center-x="7.0706594" + inkscape:transform-center-y="-4.7694391" + d="m 81.771484,117.91406 c -10.761722,0 -20.937109,2.48589 -30.041015,6.86914 -3.260254,0.78464 -6.49447,1.65574 -9.691407,2.60938 -12.657807,3.65311 -25.678668,5.94535 -38.7285151,5.89844 h -0.00977 -0.011719 c -4.3094385,0.0125 -8.8811607,-0.12603 -13.3593745,0.3164 l -0.78711,0.0762 -0.666016,0.42579 c -3.048622,1.94908 -3.087962,6.01863 -1.070312,8.40624 l 0.0293,0.0332 0.0293,0.0312 c 0.523935,0.58767 0.83613,1.3195 1.484375,2.3418 0.01989,0.0314 0.02435,0.0403 0.04492,0.0723 5.8195919,9.57599 11.93560113,18.6572 16.4531246,28.68945 2.7725007,6.25397 4.7374944,12.7983 7.0839844,19.41602 1.386973,17.03837 8.963219,32.30457 20.439453,43.65625 l -0.119141,0.13281 2.439454,2.19336 c 0.516008,0.46427 1.04368,0.91104 1.580078,1.3457 0.0079,0.006 0.01555,0.0131 0.02344,0.0195 1.512128,1.28141 3.08133,2.50533 4.707031,3.66015 0.310601,0.22877 0.635152,0.4641 0.976563,0.69727 l 2.755859,1.88281 0.140625,-0.21094 c 10.592122,6.53201 22.96499,10.43946 36.296875,10.43946 10.441742,0 20.327206,-2.34796 29.224606,-6.49024 7.97877,-0.77831 15.73742,-1.61647 23.49805,-1.25586 h 0.0273 l 0.0293,0.002 c 8.23976,0.23759 16.54228,1.4446 25.0332,1.70312 l 0.0801,0.002 0.0801,-0.002 c 2.25278,-0.0418 5.20297,-1.55241 5.60352,-4.66992 0.36601,-2.57508 -0.85472,-4.66913 -1.11914,-5.55469 l -0.0234,-0.0781 -0.0274,-0.0781 c -2.55399,-7.23172 -5.02561,-14.46493 -7.28906,-21.75391 -1.54778,-5.12714 -2.77603,-10.30875 -3.49414,-15.53906 l -0.004,-0.0312 -0.006,-0.0293 c -0.64556,-4.12161 -1.34873,-8.29715 -2.20118,-12.44726 0.0511,-1.08265 0.0898,-2.17279 0.0898,-3.27734 0,-19.87414 -8.37584,-37.8161 -21.78906,-50.4961 -0.39018,-0.38832 -0.79917,-0.78207 -1.23243,-1.17187 l -2.46875,-2.22071 -0.16015,0.17969 c -0.59882,-0.48968 -1.20904,-0.96372 -1.82422,-1.43359 l 0.16601,-0.19922 -2.99804,-2.04883 c -0.35465,-0.24221 -0.7097,-0.47077 -1.05078,-0.68555 l -0.004,-0.002 C 108.95183,122.11888 95.847688,117.91406 81.771484,117.91406 Z m 83.576176,128.29102 c -0.003,0.0206 0.009,0.034 0.006,0.0547 l 0.0176,-0.11915 c -0.003,0.0248 -0.0203,0.0399 -0.0234,0.0645 z" + inkscape:path-effect="#path-effect129993" + inkscape:original-d="m 81.771694,121.21543 c -10.39453,0 -20.228679,2.41593 -28.987896,6.69984 -3.293324,0.78659 -6.562537,1.67378 -9.800433,2.63964 -12.885312,3.72092 -26.242651,6.08568 -39.6844034,6.03736 -4.3485697,0.0126 -8.7092353,-0.12908 -13.0441629,0.2992 -1.1535277,0.73748 -1.1579387,2.51128 -0.3276277,3.49384 0.7531804,0.84481 1.2337641,1.87801 1.8422628,2.82361 5.8095275,9.56449 12.0886374,18.90373 16.6945862,29.13723 2.878299,6.49262 4.911496,13.31095 7.294131,19.9931 1.294142,17.5299 9.434006,33.17714 21.755263,44.27171 l -0.01498,0.0171 c 0.475618,0.42793 0.966674,0.84608 1.472261,1.25522 1.461204,1.24093 2.974356,2.42281 4.540292,3.53518 0.305025,0.22521 0.613432,0.44707 0.928108,0.66198 l 0.0088,-0.0124 c 10.631677,7.28122 23.485839,11.54658 37.32382,11.54658 10.17959,0 19.823065,-2.31475 28.444815,-6.43371 8.12136,-0.78866 16.26054,-1.68701 24.42952,-1.30742 8.36682,0.24126 16.67212,1.44804 25.03774,1.70274 1.05754,-0.0196 2.27586,-0.66366 2.40709,-1.80971 0.22407,-1.47691 -0.6165,-2.80791 -1.02422,-4.17339 -2.56092,-7.25134 -5.04902,-14.53038 -7.32979,-21.87514 -1.58874,-5.25937 -2.86388,-10.62184 -3.61166,-16.06827 -0.66516,-4.2468 -1.36993,-8.50081 -2.24741,-12.71499 0.0613,-1.1657 0.094,-2.3389 0.094,-3.51968 0,-18.94965 -7.99498,-36.05654 -20.78788,-48.13247 -0.36664,-0.36559 -0.74473,-0.72634 -1.13843,-1.08055 l -0.0155,0.0165 c -2.18488,-1.96736 -4.50171,-3.79042 -6.93446,-5.45652 l 0.009,-0.0129 c -0.33023,-0.22554 -0.66508,-0.44169 -1.00201,-0.65319 -10.43511,-6.87404 -22.920485,-10.88047 -36.330635,-10.88047 z" /> <path style="fill:#000000;stroke:none;stroke-width:0.6;stroke-linejoin:round;stop-color:#000000" - d="m 76.550151,119.94169 c -12.25555,0.1456 -24.358803,2.65775 -36.066053,6.14998 -12.88531,3.72092 -26.24278,6.08585 -39.68453014,6.03752 -4.34856996,0.0126 -8.70941996,-0.12945 -13.04434986,0.29883 -1.15353,0.73748 -1.15752,2.51167 -0.32721,3.49423 0.75318,0.8448 1.23349,1.87768 1.84199,2.82328 5.8095299,9.5645 12.0888099,18.90403 16.6947599,29.13753 4.2925301,9.68272 6.6849801,20.09718 11.2006201,29.68949 1.78031,3.72279 3.96359,7.23789 6.25123,10.66677 3.10158,4.56683 6.44327,8.97121 9.98928,13.20194 2.18204,2.58705 4.52462,5.06461 7.24052,7.10002 5.47928,4.21758 11.90487,7.08425 18.56126,8.86874 9.873463,2.86822 19.946393,5.3394 30.243373,5.9611 5.29244,0.34311 10.610189,0.15491 15.879539,-0.42256 8.91284,-0.82683 17.84679,-1.95498 26.81578,-1.53821 8.36682,0.24126 16.67241,1.44807 25.03803,1.70277 1.05754,-0.0196 2.27594,-0.66406 2.40717,-1.81011 0.22407,-1.47691 -0.61661,-2.80785 -1.02433,-4.17333 -2.56092,-7.25134 -5.04894,-14.53047 -7.32971,-21.87524 -1.58874,-5.25936 -2.86377,-10.62148 -3.61155,-16.06792 -1.39074,-8.8794 -2.93329,-17.79562 -5.93355,-26.29653 -1.63402,-4.91495 -3.28683,-9.93451 -6.30162,-14.20643 -3.9892,-5.57941 -8.84651,-10.46515 -13.83,-15.15103 -7.58076,-7.02992 -15.85324,-13.33107 -24.737509,-18.62558 -4.95129,-2.81338 -10.56414,-4.38274 -16.22702,-4.83784 -1.34559,-0.1081 -2.69646,-0.14697 -4.04612,-0.12742 z" + d="m 79.049545,124.40499 c -12.25555,0.1456 -24.358803,2.65775 -36.066053,6.14998 -12.88531,3.72092 -26.242781,6.08585 -39.6845343,6.03752 -4.3485698,0.0126 -8.7094184,-0.12945 -13.044346,0.29883 -1.1535297,0.73748 -1.1575197,2.51167 -0.3272097,3.49423 0.7531794,0.8448 1.2334891,1.87768 1.8419888,2.82328 5.8095271,9.5645 12.0888069,18.90403 16.6947571,29.13753 4.2925311,9.68272 6.6849831,20.09718 11.2006241,29.68949 1.78031,3.72279 3.96359,7.23789 6.25123,10.66677 3.10158,4.56683 6.44327,8.97121 9.98928,13.20194 2.18204,2.58705 4.52462,5.06461 7.24052,7.10002 5.47928,4.21758 11.90487,7.08425 18.56126,8.86874 9.873463,2.86822 19.946393,5.3394 30.243373,5.9611 5.29244,0.34311 10.610205,0.15491 15.879585,-0.42256 8.91284,-0.82683 17.84679,-1.95498 26.81578,-1.53821 8.36682,0.24126 16.67241,1.44807 25.03803,1.70277 1.05754,-0.0196 2.27594,-0.66406 2.40717,-1.81011 0.22407,-1.47691 -0.61661,-2.80785 -1.02433,-4.17333 -2.56092,-7.25134 -5.04894,-14.53047 -7.32971,-21.87524 -1.58874,-5.25936 -2.86377,-10.62148 -3.61155,-16.06792 -1.39074,-8.8794 -2.93329,-17.79562 -5.93355,-26.29653 -1.63402,-4.91495 -3.28683,-9.93451 -6.30162,-14.20643 -3.9892,-5.57941 -8.84651,-10.46515 -13.83,-15.15103 -7.58076,-7.02992 -15.85324,-13.33107 -24.737555,-18.62558 -4.95129,-2.81338 -10.56414,-4.38274 -16.22702,-4.83784 -1.34559,-0.1081 -2.69646,-0.14697 -4.04612,-0.12742 z" id="path43327" sodipodi:nodetypes="ccccccccccccccccccccccscccscsc" inkscape:transform-center-x="7.0706594" @@ -136,7 +189,7 @@ inkscape:export-ydpi="80" /> <g inkscape:label="WireframeSphere" - transform="matrix(2.3659185,0,0,2.3659185,79.272161,182.9516)" + transform="matrix(2.3659185,0,0,2.3659185,81.771555,187.4149)" id="g39892" style="stroke:#000000;stroke-width:3.04322;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> <g @@ -305,7 +358,7 @@ </g> <g inkscape:label="WireframeSphere" - transform="matrix(2.3659185,0,0,2.3659185,79.272161,182.9516)" + transform="matrix(2.3659185,0,0,2.3659185,81.771555,187.4149)" id="g38571" style="stroke:#ffffff;stroke-width:0.718538;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> <g @@ -474,17 +527,17 @@ </g> <path style="fill:url(#radialGradient41771);fill-opacity:1;stroke:none;stroke-width:0.6;stroke-linejoin:round;stop-color:#000000" - d="m 93.182621,125.87502 c 31.523039,7.68177 50.849539,39.46432 43.166099,70.98697 -7.68172,31.52307 -39.464289,50.84961 -70.986959,43.16619 -31.523073,-7.68175 -50.849583,-39.46432 -43.166133,-70.98698 7.68174,-31.52309 39.464313,-50.84963 70.986993,-43.16618 z" + d="m 95.682015,130.33832 c 31.523085,7.68177 50.849585,39.46432 43.166145,70.98697 -7.68172,31.52307 -39.464335,50.84961 -70.987005,43.16619 -31.523073,-7.68175 -50.849583,-39.46432 -43.166133,-70.98698 7.68174,-31.52309 39.464313,-50.84963 70.986993,-43.16618 z" id="path41731" sodipodi:nodetypes="ccccc" /> <path id="path111477" style="opacity:1;fill-opacity:0.99702;stroke-width:7.2;stroke-linejoin:round;stop-color:#000000;stop-opacity:1" - d="M 106.70102,182.95159 A 27.428835,27.428835 0 0 1 79.272191,210.38043 27.428835,27.428835 0 0 1 51.843352,182.95159 27.428835,27.428835 0 0 1 79.272191,155.52276 27.428835,27.428835 0 0 1 106.70102,182.95159 Z" /> + d="M 109.20046,187.41489 A 27.428835,27.428835 0 0 1 81.771585,214.84373 27.428835,27.428835 0 0 1 54.342746,187.41489 27.428835,27.428835 0 0 1 81.771585,159.98606 27.428835,27.428835 0 0 1 109.20046,187.41489 Z" /> <path id="rect111785" style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.995379;stroke-width:7.2;stroke-linejoin:round;stop-color:#000000;stop-opacity:1" - d="m 75.209181,164.37573 c 2.41771,-0.77663 5.73024,4.61075 4.73541,5.96762 -3.18223,4.34033 -13.8433,13.49237 -15.07434,12.22724 l -5.474483,-5.62611 c -2.02361,-2.07969 9.402763,-10.50938 15.813413,-12.56875 z" + d="m 77.708575,168.83903 c 2.41771,-0.77663 5.73024,4.61075 4.73541,5.96762 -3.18223,4.34033 -13.8433,13.49237 -15.07434,12.22724 l -5.474483,-5.62611 c -2.02361,-2.07969 9.402763,-10.50938 15.813413,-12.56875 z" sodipodi:nodetypes="sssss" /> </g> </svg> |