Bump
43
.github/workflows/static.yml
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
# Simple workflow for deploying static content to GitHub Pages
|
||||
name: Deploy static content to Pages
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["master"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
|
||||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
|
||||
concurrency:
|
||||
group: "pages"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
# Single deploy job since we're just deploying
|
||||
deploy:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: '.'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
Before Width: | Height: | Size: 292 KiB |
@ -1 +1 @@
|
||||
<html><head><meta name="alexaVerifyID" content="V_UDyKwuKkrPeRJQ5TG2HMpSeAs"></head><body><p>Great! The file uploaded properly. Now click the 'Verify my file' button to complete the process.</p></body></html>
|
||||
<html><head><meta name="alexaVerifyID" content="V_UDyKwuKkrPeRJQ5TG2HMpSeAs"><style>:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0c1821;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:12,24,33;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#050a0d;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#ced1d3;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ea3a6;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0c1821;--bs-link-color-rgb:12,24,33;--bs-link-decoration:underline;--bs-link-hover-color:#0a131a;--bs-link-hover-color-rgb:10,19,26;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem #00000026;--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:#0c182140;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}p{margin-bottom:1rem;margin-top:0}::-moz-focus-inner{border-style:none;padding:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}</style></head><body><p>Great! The file uploaded properly. Now click the 'Verify my file' button to complete the process.</p></body></html>
|
@ -1,2 +0,0 @@
|
||||
gems:
|
||||
- jekyll-redirect-from
|
52
config.m4
@ -1,52 +0,0 @@
|
||||
dnl $Id: config.m4 321796 2012-01-05 17:23:48Z laruence $
|
||||
PHP_ARG_WITH(lua, for lua support,
|
||||
[ --with-lua=[DIR] Include php lua support])
|
||||
|
||||
if test "$PHP_LUA" != "no"; then
|
||||
if test -r $PHP_LUA/include/lua.h; then
|
||||
LUA_DIR=$PHP_LUA
|
||||
else
|
||||
AC_MSG_CHECKING(for lua in default path)
|
||||
for i in /usr/local /usr/include/lua/5.2.1 /tmp/phplua/lua-5.2.1/src; do
|
||||
if test -r $i/lua.h; then
|
||||
LUA_DIR=$i
|
||||
AC_MSG_RESULT(found in $i)
|
||||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
LUA_DIR=/usr/local/include
|
||||
|
||||
if test -z "$LUA_DIR"; then
|
||||
AC_MSG_RESULT(not found)
|
||||
AC_MSG_ERROR(Please reinstall the lua distribution - lua.h should be in <lua-dir>/include/)
|
||||
fi
|
||||
|
||||
LUA_LIB_NAME=liblua.a
|
||||
|
||||
if test -r $PHP_LUA/$PHP_LIBDIR/${LUA_LIB_NAME}; then
|
||||
LUA_LIB_DIR=$PHP_LUA/$PHP_LIBDIR
|
||||
else
|
||||
AC_MSG_CHECKING(for lua library in default path)
|
||||
for i in /usr/lib /usr/lib64; do
|
||||
if test -r $i/${LUA_LIB_NAME}; then
|
||||
LUA_LIB_DIR=$i
|
||||
AC_MSG_RESULT(found in $i)
|
||||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
LUA_LIB_DIR=/usr/local/lib
|
||||
|
||||
if test -z "$LUA_LIB_DIR"; then
|
||||
AC_MSG_RESULT(not found)
|
||||
AC_MSG_ERROR(Please reinstall the lua distribution - lua library should be in <lua-dir>/lib/)
|
||||
fi
|
||||
|
||||
PHP_ADD_INCLUDE($LUA_DIR/include)
|
||||
PHP_ADD_LIBRARY_WITH_PATH(lua, $LUA_LIB_DIR, LUA_SHARED_LIBADD)
|
||||
PHP_SUBST(LUA_SHARED_LIBADD)
|
||||
PHP_NEW_EXTENSION(lua, lua.c lua_closure.c, $ext_shared)
|
||||
fi
|
@ -1,21 +0,0 @@
|
||||
*** config.m4 2013-06-26 10:23:10.139973845 +0800
|
||||
--- config_x64.m4 2013-06-26 11:50:18.772203193 +0800
|
||||
***************
|
||||
*** 7,14 ****
|
||||
LUA_DIR=$PHP_LUA
|
||||
else
|
||||
AC_MSG_CHECKING(for lua in default path)
|
||||
! for i in /usr/local /usr; do
|
||||
! if test -r $i/include/lua/5.2.1/lua.h; then
|
||||
LUA_DIR=$i
|
||||
AC_MSG_RESULT(found in $i)
|
||||
break
|
||||
--- 7,14 ----
|
||||
LUA_DIR=$PHP_LUA
|
||||
else
|
||||
AC_MSG_CHECKING(for lua in default path)
|
||||
! for i in /usr/local /usr/include/lua/5.2.1 /tmp/phplua/lua-5.2.1/src; do
|
||||
! if test -r $i/lua.h; then
|
||||
LUA_DIR=$i
|
||||
AC_MSG_RESULT(found in $i)
|
||||
break
|
BIN
curriculum-phpf.pdf
Normal file
BIN
curriculum.pdf
Normal file
@ -1,7 +0,0 @@
|
||||
<html lang="en">
|
||||
<body>
|
||||
<p><b>TON</b>: UQBWMyKp8pgc0oxusRQrROUcKecWdogk9agL3WmhZ6tGGX1E</p>
|
||||
<p><b>USDT TRC20</b>: TXx1zkyG87VqwvvjtMReuJxYqnvr3XCsKz</p>
|
||||
|
||||
</body>
|
||||
</html>
|
1
dpg
@ -1 +0,0 @@
|
||||
dpg() { echo "$1" | grep -q 7 && echo "Voglio morire" || echo "pony"; };
|
@ -1,3 +0,0 @@
|
||||
dd if=/dev/zero of=/mnt/usbs/swap.swap bs=1M count=512
|
||||
mkswap /mnt/usbs/swap.swap
|
||||
swapon /mnt/usbs/swap.swap
|
@ -1,31 +0,0 @@
|
||||
{
|
||||
// modify this
|
||||
"name": "yourname/yourproject",
|
||||
"description": "Project description",
|
||||
"license": "AGPLv3",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Daniil Gentili",
|
||||
"email": "daniil.gentili.dg@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"yourname\\YourProject\\": "src/"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// DO NOT TOUCH THIS
|
||||
"type": "project",
|
||||
"require": {
|
||||
"danog/madelineproto": "dev-master"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/danog/phpseclib"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
}
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 4.0 KiB |
@ -6,7 +6,7 @@
|
||||
<square150x150logo src="/favicons/mstile-150x150.png"/>
|
||||
<square310x310logo src="/favicons/mstile-310x310.png"/>
|
||||
<wide310x150logo src="/favicons/mstile-310x150.png"/>
|
||||
<TileColor>#0c1821</TileColor>
|
||||
<TileColor>#9696ea</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
|
Before Width: | Height: | Size: 539 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 630 B |
BIN
favicons/favicon-48x48.png
Normal file
After Width: | Height: | Size: 905 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
3
favicons/favicon.svg
Normal file
After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 1.0 KiB |
@ -1,11 +1,10 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"name": "Daniil Gentili",
|
||||
"description": "Student and PHP, React, Node developer",
|
||||
"name": "Fantasy Fly Dance",
|
||||
"description": "Scuola di Danza a Rovigo. Una struttura nuova, elegante e moderna. Stile elegante, nuove idee e nuovi corsi sempre in fantasia.",
|
||||
"icons": {
|
||||
"60": "/favicons/firefox_app_60x60.png",
|
||||
"128": "/favicons/firefox_app_128x128.png",
|
||||
"512": "/favicons/firefox_app_512x512.png"
|
||||
"128": "/favicons/firefox_app_128x128.png"
|
||||
},
|
||||
"developer": {
|
||||
"name": "Daniil Gentili",
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 39 KiB |
@ -1,19 +1,21 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/favicons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#0c1821",
|
||||
"background_color": "#0c1821",
|
||||
"display": "standalone"
|
||||
}
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicons/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/favicons/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
BIN
favicons/web-app-manifest-192x192.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
favicons/web-app-manifest-512x512.png
Normal file
After Width: | Height: | Size: 26 KiB |
@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" data-prefix="fab" data-icon="github" class="svg-inline--fa fa-github fa-w-16 img-responsive img-fluid bg-primary" viewBox="-124 -124 744 744" version="1.1" id="svg4" width="496" height="496" color="#000"><path d="M165.9 399.378c0 2.052-2.3 3.693-5.2 3.693-3.3.307-5.6-1.334-5.6-3.693 0-2.05 2.3-3.692 5.2-3.692 3-.307 5.6 1.334 5.6 3.692zm-31.1-4.615c-.7 2.051 1.3 4.41 4.3 5.026 2.6 1.025 5.6 0 6.2-2.052.6-2.05-1.3-4.41-4.3-5.333-2.6-.718-5.5.308-6.2 2.36zm44.2-1.743c-2.9.718-4.9 2.666-4.6 5.025.3 2.051 2.9 3.385 5.9 2.667 2.9-.718 4.9-2.667 4.6-4.718-.3-1.949-3-3.282-5.9-2.974zM244.8 0C106.1 0 0 107.998 0 250.253c0 113.741 69.8 211.073 169.5 245.33 12.8 2.358 17.3-5.744 17.3-12.411 0-6.359-.3-41.435-.3-62.973 0 0-70 15.384-84.7-30.564 0 0-11.4-29.846-27.8-37.538 0 0-22.9-16.102 1.6-15.794 0 0 24.9 2.05 38.6 26.46 21.9 39.59 58.6 28.205 72.9 21.436 2.3-16.41 8.8-27.794 16-34.563-55.9-6.36-112.3-14.667-112.3-113.332 0-28.205 7.6-42.358 23.6-60.41-2.6-6.666-11.1-34.153 2.6-69.64 20.9-6.666 69 27.693 69 27.693 20-5.744 41.5-8.718 62.8-8.718 21.3 0 42.8 2.974 62.8 8.718 0 0 48.1-34.461 69-27.692 13.7 35.589 5.2 62.973 2.6 69.64 16 18.153 25.8 32.307 25.8 60.41 0 98.972-58.9 106.87-114.8 113.33 9.2 8.103 17 23.487 17 47.59 0 34.563-.3 77.332-.3 85.742 0 6.666 4.6 14.769 17.3 12.41 100-34.05 167.8-131.383 167.8-245.124C496 107.998 383.5 0 244.8 0zM97.2 353.738c-1.3 1.026-1 3.385.7 5.333 1.6 1.641 3.9 2.36 5.2 1.026 1.3-1.026 1-3.385-.7-5.333-1.6-1.641-3.9-2.36-5.2-1.026zm-10.8-8.307c-.7 1.333.3 2.974 2.3 4 1.6 1.025 3.6.717 4.3-.718.7-1.334-.3-2.975-2.3-4-2-.616-3.6-.308-4.3.718zm32.4 36.512c-1.6 1.333-1 4.41 1.3 6.359 2.3 2.359 5.2 2.666 6.5 1.025 1.3-1.333.7-4.41-1.3-6.359-2.2-2.358-5.2-2.666-6.5-1.025zm-11.4-15.077c-1.6 1.026-1.6 3.692 0 6.051 1.6 2.36 4.3 3.385 5.6 2.36 1.6-1.334 1.6-4 0-6.36-1.4-2.359-4-3.384-5.6-2.05z" id="path2" fill="currentColor" stroke-width="1.013"/></svg>
|
Before Width: | Height: | Size: 1.9 KiB |
@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="696" height="696" viewBox="-46.038 -46.038 276.225 276.225" version="1.1" id="svg8"><g id="layer1" transform="translate(-13.89 147.954)"><text xml:space="preserve" style="line-height:1.25" x="-12.633" y="37.842" id="text20" transform="scale(1.04545 .95652)" font-style="normal" font-weight="400" font-size="264.087" font-family="sans-serif" letter-spacing="0" word-spacing="0" fill="#000" fill-opacity="1" stroke="none" stroke-width="6.602"><tspan id="tspan18" x="-12.633" y="37.842" fill="#000" stroke-width="6.602">M</tspan></text></g></svg>
|
Before Width: | Height: | Size: 590 B |
@ -1 +1,193 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="149.854" height="83.241" viewBox="0 0 39.649 22.024" version="1.1" id="svg8"><defs id="defs2"><linearGradient id="linearGradient879"><stop offset="0" id="stop875" stop-color="#f0f" stop-opacity="1"/><stop offset="1" id="stop877" stop-color="#fff" stop-opacity="1"/></linearGradient><linearGradient xlink:href="#linearGradient879" id="linearGradient881" x1="37.042" y1="110.469" x2="46.964" y2="109.146" gradientUnits="userSpaceOnUse"/></defs><g id="layer1" transform="translate(-8.334 -82.094)" fill="none" stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1"><path d="M14.949 86.92c0 3.97 0 7.195-.262 9.551-.261 2.356-.62 2.356-.84.371-.221-1.984-.221-5.664.252-7.793.473-2.128 1.28-2.128 2.397-2.128 1.117 0 2.422 0 3.083 1.984.662 1.984.662 5.953.441 7.937-.22 1.985-.642 1.985-.872 1.755-.23-.23-.23-.653-.01-.873.22-.22.662-.22.992 0 .331.221.552.662.882.882.331.221.772.221 1.434-1.984.661-2.205 1.543-6.615 2.425-6.615.882 0 1.76 4.392 2.424 6.606.665 2.214 1.104 2.214 1.765.009.662-2.205 1.544-6.615 2.425-6.615.882 0 1.764 4.41 2.426 6.615.662 2.205 1.16 2.205 1.543 1.82.385-.384.838-1.29 1.08-3.232.243-1.94.243-4.32.243-6.966" id="path821" stroke="#fff" stroke-width=".265"/><path d="M36.116 86.92c.23-.229.532-.384.852-.436.32-.052.657 0 .947.145.29.145.533.383.684.67.15.288.208.623.162.945a1.572 1.572 0 0 1-.44.882 1.574 1.574 0 0 1-.882.44" id="path850" stroke="#13ff76" stroke-width=".465" stroke-miterlimit="4" stroke-dasharray="none"/><path d="M35.454 85.598a2.948 2.948 0 0 1 1.559-.55 2.948 2.948 0 0 1 1.608.382 2.94 2.94 0 0 1 1.145 1.192c.258.495.37 1.066.318 1.622a2.957 2.957 0 0 1-.845 1.8 2.957 2.957 0 0 1-1.8.845" id="path854" stroke="#13ff76" stroke-width=".465" stroke-miterlimit="4" stroke-dasharray="none"/><path d="M34.793 84.275a4.339 4.339 0 0 1 2.258-.674 4.339 4.339 0 0 1 2.275.614 4.339 4.339 0 0 1 1.613 1.719c.365.707.53 1.516.468 2.31a4.355 4.355 0 0 1-1.25 2.718 4.355 4.355 0 0 1-2.718 1.25" id="path868" stroke="#13ff76" stroke-width=".465" stroke-miterlimit="4" stroke-dasharray="none"/><path d="M44.98 98.563c0 3.527 0 7.055.44 8.819.441 1.764 1.323 1.764 1.985.661.661-1.102 1.102-3.307 1.102-5.953 0-2.646-.441-5.733-.882-4.63-.44 1.102-.776 5.12-1.05 8.676-.273 3.557-.273 3.892-.493 4.333-.22.44-.657.877-6.23.877-5.574 0-16.04-.436-26.623-.877" id="path872" transform="translate(-2.249 -10.319)" fill-opacity="1" stroke="url(#linearGradient881)" stroke-width=".265"/></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="149.8542"
|
||||
height="83.240913"
|
||||
viewBox="0 0 39.648925 22.024157"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="logo_final.svg"
|
||||
inkscape:export-filename="/home/daniil/profile.png"
|
||||
inkscape:export-xdpi="327.39999"
|
||||
inkscape:export-ydpi="327.39999">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient879">
|
||||
<stop
|
||||
style="stop-color:#ff00ff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop875" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop877" />
|
||||
</linearGradient>
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect874"
|
||||
is_visible="true"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false" />
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect870"
|
||||
is_visible="true" />
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect856"
|
||||
is_visible="true" />
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect852"
|
||||
is_visible="true" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect823"
|
||||
is_visible="true"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect819"
|
||||
is_visible="true"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient879"
|
||||
id="linearGradient881"
|
||||
x1="37.041664"
|
||||
y1="110.46875"
|
||||
x2="46.963543"
|
||||
y2="109.14584"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.64"
|
||||
inkscape:cx="71.254991"
|
||||
inkscape:cy="36.136543"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="713"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="30"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="8"
|
||||
units="px"
|
||||
fit-margin-left="8"
|
||||
fit-margin-bottom="8"
|
||||
fit-margin-right="8">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid815"
|
||||
spacingx="0.26458333"
|
||||
spacingy="0.26458333"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-8.3343673,-82.094498)">
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 14.425295,97.024123 c 0,3.968477 0,7.194497 -0.261617,9.550377 -0.261617,2.35587 -0.620063,2.35587 -0.840681,0.37137 -0.220619,-1.98451 -0.220619,-5.66479 0.252538,-7.793268 0.473157,-2.128479 1.279172,-2.128479 2.396383,-2.128479 1.117212,0 2.422392,0 3.083718,1.984243 0.661326,1.984244 0.661326,5.952734 0.440957,7.937374 -0.220368,1.98463 -0.641907,1.98463 -0.872228,1.75431 -0.23032,-0.23032 -0.23032,-0.65217 -0.0098,-0.87238 0.220476,-0.22021 0.661523,-0.22021 0.992249,3.2e-4 0.330726,0.22053 0.551099,0.66127 0.882005,0.88182 0.330907,0.22055 0.771854,0.22055 1.433211,-1.98446 0.661357,-2.20501 1.543301,-6.61473 2.425194,-6.61468 0.881893,5e-5 1.760195,4.39156 2.424538,6.60563 0.664343,2.21407 1.103493,2.21407 1.764852,0.009 0.661359,-2.20502 1.543301,-6.61473 2.425194,-6.61468 0.881893,5e-5 1.763837,4.40977 2.425449,6.61474 0.661611,2.20496 1.159158,2.20496 1.543502,1.8204 0.384344,-0.38455 0.837573,-1.29101 1.080139,-3.23215 0.242566,-1.94113 0.242566,-4.32079 0.242566,-6.966619"
|
||||
id="path821"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:path-effect="#path-effect823"
|
||||
inkscape:original-d="m 14.425295,97.024123 c 2.65e-4,3.968477 2.65e-4,7.194497 0,11.906247 -0.523234,-2.6e-4 -0.88168,-2.6e-4 -1.322917,0 2.65e-4,-3.96901 2.65e-4,-7.64929 0,-11.906247 0.946314,-2.65e-4 1.752329,-2.65e-4 2.645834,0 1.340918,-2.65e-4 2.646098,-2.65e-4 3.96875,0 2.64e-4,3.968487 2.64e-4,7.936977 0,11.906247 -0.440737,-2.6e-4 -0.862276,-2.6e-4 -1.322917,0 2.65e-4,-0.46064 2.65e-4,-0.88249 0,-1.32291 0.440952,-2.7e-4 0.881999,-2.7e-4 1.322917,0 0.220853,0.4409 0.441223,0.88164 0.661457,1.32289 0.441263,-2.6e-4 0.88221,-2.5e-4 1.322918,2e-5 0.882209,-4.40999 1.764153,-8.81971 2.645833,-13.229163 0.882209,4.409453 1.76051,8.800963 2.645833,13.229163 0.443058,-2.6e-4 0.882208,-2.6e-4 1.322917,0 0.882212,-4.41 1.764154,-8.81971 2.645834,-13.229163 0.882208,4.409453 1.764152,8.819173 2.645833,13.229163 0.441237,-2.6e-4 0.938784,-2.6e-4 1.322916,0 0.384661,-0.76906 0.837891,-1.67552 1.322917,-2.64584 2.64e-4,-2.912 0,-7.937489 0,-7.937489"
|
||||
sodipodi:nodetypes="cccccccccccccccccccc"
|
||||
transform="translate(0.52365555,-10.103383)"
|
||||
inkscape:export-xdpi="200"
|
||||
inkscape:export-ydpi="200" />
|
||||
<path
|
||||
style="fill:none;stroke:#13ff76;stroke-width:0.465;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 37.041666,97.239588 c 0.229498,-0.229498 0.532327,-0.384522 0.852695,-0.436511 0.320368,-0.05199 0.65668,-6.83e-4 0.946975,0.144464 0.290294,0.145148 0.533126,0.383414 0.683755,0.670902 0.15063,0.287487 0.208309,0.622765 0.162409,0.944062 -0.04729,0.33106 -0.204501,0.645472 -0.440973,0.881944 -0.236471,0.236472 -0.550884,0.393678 -0.881944,0.440972"
|
||||
id="path850"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:path-effect="#path-effect852"
|
||||
inkscape:original-d="m 37.041666,97.239588 c -2.645833,1.322917 3.098552,1.326055 2.645834,1.322917 -0.623614,-0.0043 -0.881679,0.88168 -1.322917,1.322916"
|
||||
sodipodi:nodetypes="csc"
|
||||
transform="translate(-0.9260494,-10.318848)"
|
||||
inkscape:export-xdpi="200"
|
||||
inkscape:export-ydpi="200" />
|
||||
<path
|
||||
style="fill:none;stroke:#13ff76;stroke-width:0.465;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 36.380209,95.916668 c 0.452946,-0.326808 1.001043,-0.520061 1.558797,-0.549614 0.557754,-0.02955 1.123205,0.104696 1.60815,0.381808 0.484946,0.277112 0.887681,0.696113 1.145387,1.191644 0.257705,0.495531 0.369474,1.065851 0.317873,1.621999 -0.0625,0.673578 -0.367007,1.322151 -0.845345,1.800485 -0.478337,0.47834 -1.12691,0.78285 -1.800488,0.84535"
|
||||
id="path854"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:path-effect="#path-effect856"
|
||||
inkscape:original-d="m 36.380209,95.916668 c 0.882208,0.88168 3.748528,1.763628 4.630207,2.645837 0.881679,0.882209 -1.763625,1.763625 -2.645833,2.645835"
|
||||
sodipodi:nodetypes="csc"
|
||||
transform="translate(-0.9260494,-10.31885)"
|
||||
inkscape:export-xdpi="200"
|
||||
inkscape:export-ydpi="200" />
|
||||
<path
|
||||
style="fill:none;stroke:#13ff76;stroke-width:0.465;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 37.041667,94.593755 c 0.671305,-0.427195 1.462744,-0.663321 2.25838,-0.673788 0.795635,-0.01047 1.593012,0.204757 2.275323,0.614143 0.682311,0.409387 1.24745,1.011673 1.612631,1.71863 0.365181,0.706958 0.529276,1.516404 0.468248,2.309765 -0.07812,1.015574 -0.530067,1.998195 -1.250308,2.718445 -0.720241,0.72024 -1.702867,1.17218 -2.718441,1.2503"
|
||||
id="path868"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:path-effect="#path-effect870"
|
||||
inkscape:original-d="m 37.041667,94.593755 c 1.322916,1.322916 5.29193,2.645569 6.614582,3.96875 1.322653,1.323181 -2.645568,2.645565 -3.968749,3.968745"
|
||||
sodipodi:nodetypes="csc"
|
||||
transform="translate(-2.2489664,-10.318848)"
|
||||
inkscape:export-xdpi="200"
|
||||
inkscape:export-ydpi="200" />
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;stroke:url(#linearGradient881);stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 44.979166,98.562505 c 0,3.527515 0,7.055295 0.441137,8.819315 0.441138,1.76402 1.323014,1.76402 1.984373,0.66143 0.66136,-1.10259 1.102329,-3.30744 1.102283,-5.95323 -4.6e-5,-2.645796 -0.441018,-5.732598 -0.881963,-4.630196 -0.440945,1.102401 -0.775752,5.120086 -1.049333,8.676486 -0.27358,3.5564 -0.27358,3.89121 -0.494065,4.33231 -0.220485,0.4411 -0.656274,0.87689 -6.229934,0.87703 -5.573661,1.4e-4 -16.038911,-0.43592 -26.622497,-0.8769"
|
||||
id="path872"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:path-effect="#path-effect874"
|
||||
inkscape:original-d="m 44.979166,98.562505 c 2.65e-4,3.527515 2.65e-4,7.055295 0,10.583335 0.882275,-2.7e-4 1.764151,-2.7e-4 2.645834,0 0.441238,-2.20514 0.882209,-4.40999 1.322917,-6.61459 -0.440708,-3.087068 -0.88168,-6.17387 -1.322917,-9.260412 -0.440708,5.291407 -0.775515,9.309092 -1.322917,15.875002 2.65e-4,0.54687 2.65e-4,0.88168 0,1.32291 -0.440972,0.44097 -0.87676,0.87676 -1.322916,1.32292 -10.701152,-0.44616 -21.166403,-0.88221 -31.75,-1.32292"
|
||||
sodipodi:nodetypes="ccccccccc"
|
||||
transform="translate(-2.2489671,-10.318848)"
|
||||
inkscape:export-xdpi="200"
|
||||
inkscape:export-ydpi="200" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 39 KiB |
@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="149.854" height="83.241" viewBox="0 0 39.649 22.024" version="1.1" id="svg8"><defs id="defs2"><linearGradient id="linearGradient879"><stop offset="0" id="stop875" stop-color="#f0f" stop-opacity="1"/><stop offset="1" id="stop877" stop-color="#000" stop-opacity="1"/></linearGradient><linearGradient xlink:href="#linearGradient879" id="linearGradient881" x1="37.042" y1="110.469" x2="46.964" y2="109.146" gradientUnits="userSpaceOnUse"/></defs><g id="layer1" transform="translate(-8.334 -82.094)" fill="none" stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1"><path d="M14.949 86.92c0 3.97 0 7.195-.262 9.551-.261 2.356-.62 2.356-.84.371-.221-1.984-.221-5.664.252-7.793.473-2.128 1.28-2.128 2.397-2.128 1.117 0 2.422 0 3.083 1.984.662 1.984.662 5.953.441 7.937-.22 1.985-.642 1.985-.872 1.755-.23-.23-.23-.653-.01-.873.22-.22.662-.22.992 0 .331.221.552.662.882.882.331.221.772.221 1.434-1.984.661-2.205 1.543-6.615 2.425-6.615.882 0 1.76 4.392 2.424 6.606.665 2.214 1.104 2.214 1.765.009.662-2.205 1.544-6.615 2.425-6.615.882 0 1.764 4.41 2.426 6.615.662 2.205 1.16 2.205 1.543 1.82.385-.384.838-1.29 1.08-3.232.243-1.94.243-4.32.243-6.966" id="path821" stroke="#000" stroke-width=".265"/><path d="M36.116 86.92c.23-.229.532-.384.852-.436.32-.052.657 0 .947.145.29.145.533.383.684.67.15.288.208.623.162.945a1.572 1.572 0 0 1-.44.882 1.574 1.574 0 0 1-.882.44" id="path850" stroke="#13ff76" stroke-width=".465" stroke-miterlimit="4" stroke-dasharray="none"/><path d="M35.454 85.598a2.948 2.948 0 0 1 1.559-.55 2.948 2.948 0 0 1 1.608.382 2.94 2.94 0 0 1 1.145 1.192c.258.495.37 1.066.318 1.622a2.957 2.957 0 0 1-.845 1.8 2.957 2.957 0 0 1-1.8.845" id="path854" stroke="#13ff76" stroke-width=".465" stroke-miterlimit="4" stroke-dasharray="none"/><path d="M34.793 84.275a4.339 4.339 0 0 1 2.258-.674 4.339 4.339 0 0 1 2.275.614 4.339 4.339 0 0 1 1.613 1.719c.365.707.53 1.516.468 2.31a4.355 4.355 0 0 1-1.25 2.718 4.355 4.355 0 0 1-2.718 1.25" id="path868" stroke="#13ff76" stroke-width=".465" stroke-miterlimit="4" stroke-dasharray="none"/><path d="M44.98 98.563c0 3.527 0 7.055.44 8.819.441 1.764 1.323 1.764 1.985.661.661-1.102 1.102-3.307 1.102-5.953 0-2.646-.441-5.733-.882-4.63-.44 1.102-.776 5.12-1.05 8.676-.273 3.557-.273 3.892-.493 4.333-.22.44-.657.877-6.23.877-5.574 0-16.04-.436-26.623-.877" id="path872" transform="translate(-2.249 -10.319)" fill-opacity="1" stroke="url(#linearGradient881)" stroke-width=".265"/></g></svg>
|
Before Width: | Height: | Size: 2.5 KiB |
@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-128 -128 768 768"><path d="M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z"/></svg>
|
Before Width: | Height: | Size: 2.8 KiB |
9
index.9c6687ee.css
Normal file
2
index.bundle.js
Normal file
204
index.bundle.js.LICENSE.txt
Normal file
@ -0,0 +1,204 @@
|
||||
/*!
|
||||
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery Color Animations v2.1.2
|
||||
* https://github.com/jquery/jquery-color
|
||||
*
|
||||
* Copyright 2014 jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* Date: Wed Jan 16 08:47:09 2013 -0600
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery JavaScript Library v3.7.1
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* Date: 2023-08-28T13:37Z
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Autocomplete 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Button 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Checkboxradio 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Controlgroup 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Datepicker 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Dialog 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Draggable 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Droppable 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Effects 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Focusable 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Keycode 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Position 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://api.jqueryui.com/position/
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Resizable 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Spinner 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Support for jQuery core 1.7.x 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Tabs 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Tooltip 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery UI Widget 1.12.1
|
||||
* http://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/
|
||||
|
||||
/*! jQuery UI - v1.12.1 - 2017-03-19
|
||||
* http://jqueryui.com
|
||||
* Includes: widget.js, position.js, data.js, disable-selection.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/selectable.js, widgets/sortable.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/selectmenu.js, widgets/slider.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js
|
||||
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
BIN
lol/favicon.ico
Before Width: | Height: | Size: 64 KiB |
@ -1,68 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-50691719-5', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
<script>
|
||||
<!--
|
||||
//By George Chiang (http://www.javascriptkit.com) More JavaScripts here!
|
||||
var sound1="http://daniilgentili.magix.net/music/1.mp3"
|
||||
var sound2="http://daniilgentili.magix.net/music/2.mp3"
|
||||
var sound3="http://daniilgentili.magix.net/music/3.mp3"
|
||||
var sound4="http://daniilgentili.magix.net/music/4.mp3"
|
||||
var sound5="http://daniilgentili.magix.net/music/5.mp3"
|
||||
var sound6="http://daniilgentili.magix.net/music/6.mp3"
|
||||
var sound7="http://daniilgentili.magix.net/music/7.mp3"
|
||||
var sound8="http://daniilgentili.magix.net/music/8.mp3"
|
||||
var sound9="http://daniilgentili.magix.net/music/9.mp3"
|
||||
var sound10="http://daniilgentili.magix.net/music/10.mp3"
|
||||
var x=Math.round(Math.random()*9)
|
||||
if (x==0) x=sound1
|
||||
else if (x==1) x=sound2
|
||||
else if (x==2) x=sound3
|
||||
else if (x==3) x=sound4
|
||||
else if (x==4) x=sound5
|
||||
else if (x==5) x=sound6
|
||||
else if (x==6) x=sound7
|
||||
else if (x==7) x=sound8
|
||||
else if (x==8) x=sound9
|
||||
else x=sound10
|
||||
if (navigator.appName=="Microsoft Internet Explorer")
|
||||
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
|
||||
else
|
||||
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
|
||||
//-->
|
||||
</script>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"/>
|
||||
<meta name="Generator" content="Xara HTML filter v.6.0.4.425"/>
|
||||
<meta name="XAR Files" content="index_htm_files/xr_files.txt"/>
|
||||
<title>LOLOLOLOLOLOL!</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" type="text/css" href="index_htm_files/xr_main.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="index_htm_files/xr_text.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="index_htm_files/custom_styles.css"/>
|
||||
<script type="text/javascript" src="index_htm_files/roe.js"></script>
|
||||
</head>
|
||||
<body style="background-color: #02D5FA">
|
||||
<div class="xr_ap" id="xr_xr" style="width: 955px; height: 537px; top:0px; left:50%; margin-left: -478px;">
|
||||
<script type="text/javascript">var xr_xr=document.getElementById("xr_xr")</script>
|
||||
<div class="xr_ap" id="xr_xri" style="width: 955px; height: 537px;">
|
||||
<img class="xr_ap" src="index_htm_files/19.jpg" alt="" title="" style="left: 0px; top: 0px; width: 955px; height: 537px;"/>
|
||||
<div id="xr_xo0" class="xr_ap" style="left:0; top:0; width:955px; height:100px; visibility:hidden;">
|
||||
<a href="" onclick="return(false);">
|
||||
</a>
|
||||
</div>
|
||||
<div id="xr_xd0"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!--[if IE]><script type="text/javascript">xr_aeh()</script><![endif]--><!--[if !IE]>--><script type="text/javascript">window.addEventListener('load', xr_aeh, false);</script><!--<![endif]-->
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 374 KiB |
Before Width: | Height: | Size: 101 B |
@ -1 +0,0 @@
|
||||
.Testo_normale {font-family:Arial;font-weight:normal;font-style:normal;font-size:13px;text-decoration:none;color:#000000;letter-spacing:0.0em;}
|
@ -1 +0,0 @@
|
||||
function xr_png(){var vs = navigator.appVersion.split("MSIE");var v = parseFloat(vs[1]);if ((v >= 5.5) && (document.body.filters)){xr_xr.style.display="none";for(var i=0;i<document.images.length;i++){var img = document.images[i];if(img.className=="xr_ap"&&(img.width>1 || img.height<404)){var iN = img.src.toUpperCase();if (iN.substring(iN.length-3, iN.length) == "PNG"){var iT = "title='"+img.title+"' alt='"+img.alt+"' ";if (img.id) iT = iT+"id='"+img.id+"' ";var iS = "display:inline-block; position:absolute; border:none;"+img.style.cssText;if (img.parentElement.href) iS = "cursor:hand;"+iS;var re=/\{[\s\S]*?\}/;var xx=" "+img.onmousemove;if(xx.match(re)) iT=iT+' onmousemove="'+xx.match(re)+'"';xx=" "+img.onmouseover;if(xx.match(re)) iT=iT+' onmouseover="'+xx.match(re)+'"';xx=" "+img.onmouseout;if(xx.match(re)) iT=iT+' onmouseout="'+xx.match(re)+'"';xx=" "+img.onclick;if(xx.match(re)) iT=iT+' onclick="'+xx.match(re)+'"';var r = "<img " + iT+"src=\"index_htm_files/0.gif\" style=\"" + iS + ";"+ "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"+ "(src=\'" + img.src + "\', sizingMethod='image');\"></img>";img.outerHTML = r;};};};xr_xr.style.display="block";};};xr_png();
|
@ -1,25 +0,0 @@
|
||||
index_htm_files
|
||||
index.htm
|
||||
my projects.htm
|
||||
whoami.htm
|
||||
contact me.htm
|
||||
lolololol.htm
|
||||
index_htm_files/22.jpg
|
||||
index_htm_files/4.png
|
||||
index_htm_files/5.png
|
||||
index_htm_files/6.png
|
||||
index_htm_files/7.png
|
||||
index_htm_files/8.png
|
||||
index_htm_files/9.png
|
||||
index_htm_files/53.png
|
||||
index_htm_files/54.png
|
||||
index_htm_files/55.png
|
||||
index_htm_files/10.png
|
||||
index_htm_files/11.png
|
||||
index_htm_files/12.png
|
||||
index_htm_files/13.png
|
||||
index_htm_files/60.png
|
||||
index_htm_files/61.png
|
||||
index_htm_files/62.png
|
||||
index_htm_files/26.png
|
||||
index_htm_files/19.jpg
|
@ -1,23 +0,0 @@
|
||||
/* Site settings */
|
||||
body {background-color:#ffffff;font-family:Arial,sans-serif;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#000000;letter-spacing:0em;}
|
||||
a {text-decoration:underline;}
|
||||
a:link {color:#1301FF; cursor:pointer;}
|
||||
a:visited {color:#1301FF;}
|
||||
a:hover {color:#02D5FA;}
|
||||
a * {color:#1301FF;text-decoration:underline;}
|
||||
sup {font-size:0.7em; vertical-align: 0.3em;}
|
||||
sub {font-size:0.7em;}
|
||||
.xr_tl {position: absolute; white-space: pre; unicode-bidi:bidi-override;}
|
||||
.xr_tr {position: absolute; white-space: pre; unicode-bidi:bidi-override; text-align:right;}
|
||||
.xr_tc {position: absolute; white-space: pre; unicode-bidi:bidi-override; text-align:center;}
|
||||
.xr_tj {position: absolute; unicode-bidi:bidi-override; text-align:justify;}
|
||||
.xr_ap {position: absolute; border:none;}
|
||||
.xr_ar {position: absolute; display:block;}
|
||||
.xr_ae {position: relative; border:none;}
|
||||
.xr_tb {position: absolute; unicode-bidi:bidi-override;}
|
||||
.xr_tu {unicode-bidi:bidi-override;margin-top:0px;margin-bottom:0px;}
|
||||
.xr_c_Theme_Color_2 {color:#1301FF;}
|
||||
.xr_c_Website_Backdrop {color:#02D5FA;}
|
||||
.xr_c_Light_Text {color:#FFFFFF;}
|
||||
.xr_c_Dark_Text {color:#FD00FF;}
|
||||
.xr_c_Theme_Color_1 {color:#DDFF00;}
|
@ -1,10 +0,0 @@
|
||||
/* Text styles */
|
||||
.xr_s0 {font-family:Tahoma, sans-serif;font-weight:normal;font-style:normal;font-size:10px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;}
|
||||
.xr_s1 {font-family:Georgia;font-weight:bold;font-style:italic;font-size:22px;text-decoration:none;color:#0002BF;letter-spacing:0.0em;}
|
||||
.xr_s2 {font-family:Georgia;font-weight:bold;font-style:italic;font-size:22px;text-decoration:none;color:#FFFC00;letter-spacing:0.0em;}
|
||||
.xr_s3 {font-family:Georgia;font-weight:bold;font-style:italic;font-size:22px;text-decoration:none;color:#7F007E;letter-spacing:0.0em;}
|
||||
.xr_s4 {font-family:Georgia;font-weight:bold;font-style:italic;font-size:22px;text-decoration:none;color:#00017F;letter-spacing:0.0em;}
|
||||
.xr_s5 {font-family:Arial;font-weight:normal;font-style:normal;font-size:19px;text-decoration:none;color:#BF00BD;letter-spacing:0.0em;}
|
||||
.xr_s6 {font-family:Arial;font-weight:bold;font-style:normal;font-size:19px;text-decoration:none;color:#BF00BD;letter-spacing:0.0em;}
|
||||
.xr_s7 {font-family:French Script MT;font-weight:normal;font-style:normal;font-size:32px;text-decoration:none;color:#00017F;letter-spacing:0.0em;}
|
||||
.xr_s8 {font-family:Comic Sans MS;font-weight:bold;font-style:normal;font-size:32px;text-decoration:none;color:#00017F;letter-spacing:0.0em;}
|
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
// Check for empty fields
|
||||
if(empty($_POST['name']) ||
|
||||
empty($_POST['email']) ||
|
||||
empty($_POST['phone']) ||
|
||||
empty($_POST['message']) ||
|
||||
!filter_var($_POST['email'],FILTER_VALIDATE_EMAIL))
|
||||
{
|
||||
echo "No arguments Provided!";
|
||||
return false;
|
||||
}
|
||||
|
||||
$name = $_POST['name'];
|
||||
$email_address = $_POST['email'];
|
||||
$phone = $_POST['phone'];
|
||||
$message = $_POST['message'];
|
||||
|
||||
// Create the email and send the message
|
||||
$to = 'daniil@daniil.it'; // Add your email address inbetween the '' replacing yourname@yourdomain.com - This is where the form will send a message to.
|
||||
$email_subject = "$phone";
|
||||
$email_body = "You have received a new message from your website contact form.\n\n"."Here are the details:\n\nName: $name\n\nEmail: $email_address\n\nSubject: $phone\n\nMessage:\n$message";
|
||||
$headers = "From: noreply@daniil.it\n"; // This is the email address the generated message will be from. We recommend using something like noreply@yourdomain.com.
|
||||
$headers .= "Reply-To: $email_address";
|
||||
mail($to,$email_subject,$email_body,$headers);
|
||||
return true;
|
||||
?>
|
@ -1 +0,0 @@
|
||||
{"method":"sendmessage", "chat_id":-1001086216069, "text": "This bot is hosted by github pages"}
|
111
php.sh
@ -1,111 +0,0 @@
|
||||
|
||||
# If you add some configuration command, add the dependencies here
|
||||
apt-get update
|
||||
apt-get -y dist-upgrade
|
||||
apt-get install -y binutils-dev libicu-dev libmcrypt-dev libssl-dev libcurl4-openssl-dev libbz2-dev libxml2-dev libpng-dev libjpeg-dev libedit-dev libgmp-dev openssl bc libbison-dev bison build-essential git-core vim curl pkg-config libgmp-dev autoconf libopus-dev libreadline-dev libncurses5-dev
|
||||
apt-get purge -y 'php*'
|
||||
if [ -d php-script-stuff/ ]; then
|
||||
rm -rf php-script-stuff
|
||||
fi
|
||||
mkdir php-script-stuff
|
||||
cd php-script-stuff
|
||||
if [ -d php-src/ ]; then
|
||||
rm -rf php-src/
|
||||
fi
|
||||
git clone https://github.com/php/php-src.git php-src
|
||||
cd php-src
|
||||
git checkout PHP-7.1.9
|
||||
|
||||
./buildconf --force
|
||||
|
||||
PHP_TIMEZONE="UTC"
|
||||
|
||||
PHP_DIRECTORY="/etc/php7ts"
|
||||
|
||||
|
||||
./configure --prefix=$PHP_DIRECTORY --with-config-file-path=$PHP_DIRECTORY --with-config-file-scan-dir=$PHP_DIRECTORY/conf.d --enable-maintainer-zts --with-curl --with-openssl --with-gd --enable-gd-native-ttf --enable-intl --enable-mbstring --with-mcrypt --with-mysqli=mysqlnd --with-zlib --with-bz2 --enable-exif --with-pdo-mysql=mysqlnd --with-libedit --enable-zip --enable-pdo --enable-pcntl --enable-sockets --enable-mbregex --with-tsrm-pthreads --enable-bcmath --enable-fpm --with-xml --enable-xml --with-fpm-group=pwrtelegram --with-fpm-user=pwrtelegram --enable-ctype --with-gmp
|
||||
|
||||
make -j 16
|
||||
make install
|
||||
cp -a /etc/php7ts/* /usr/
|
||||
|
||||
[ ! -d $PHP_DIRECTORY/conf.d ] && mkdir $PHP_DIRECTORY/conf.d
|
||||
|
||||
if [ -d ../pthreads/ ]; then
|
||||
rm -rf ../pthreads
|
||||
fi
|
||||
git clone https://github.com/SirSnyder/pthreads -b feature/nested_volatiles ../pthreads
|
||||
cd ../pthreads
|
||||
phpize
|
||||
./configure --with-php-config=$PHP_DIRECTORY/bin/php-config
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
if [ -d ../PHP-CPP/ ]; then
|
||||
rm -rf ../PHP-CPP
|
||||
fi
|
||||
|
||||
git clone https://github.com/CopernicaMarketingSoftware/PHP-CPP ../PHP-CPP
|
||||
cd ../PHP-CPP
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
|
||||
if [ -d ../PrimeModule-ext/ ]; then
|
||||
rm -rf ../PrimeModule-ext
|
||||
fi
|
||||
|
||||
|
||||
git clone https://github.com/danog/PrimeModule-ext ../PrimeModule-ext
|
||||
cd ../PrimeModule-ext
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
git clone https://github.com/openssl/openssl ../openssl
|
||||
cd ../openssl
|
||||
git checkout OpenSSL_1_0_2-stable
|
||||
CFLAGS=-fPIC ./config shared --prefix=/usr/local/ssl && make -j$(nproc) all && make install_sw
|
||||
|
||||
git clone --recursive https://github.com/danog/php-libtgvoip ../php-libtgvoip
|
||||
cd ../php-libtgvoip
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
cd ..
|
||||
|
||||
LUA_DOWNLOAD_URL=http://www.lua.org/ftp/
|
||||
LUA_VERSION=5.2.1
|
||||
LUA_GET_URL=${LUA_DOWNLOAD_URL}lua-${LUA_VERSION}.tar.gz
|
||||
PHP_LUA_DOWNLOAD_URL=http://pecl.php.net/get/lua-2.0.3.tgz
|
||||
PHP_VERSION=$(php-config --phpapi)
|
||||
|
||||
|
||||
wget $LUA_GET_URL $PHP_LUA_DOWNLOAD_URL
|
||||
tar -xf lua-${LUA_VERSION}.tar.gz
|
||||
tar -xf lua-2.0.3.tgz
|
||||
|
||||
cd lua-${LUA_VERSION}
|
||||
sed -i 's/CFLAGS= -O2/CFLAGS= -fPIC -O2/g' src/Makefile
|
||||
make linux test
|
||||
make linux install
|
||||
cd ..
|
||||
|
||||
cd lua-2.0.3
|
||||
phpize
|
||||
autoreconf -f -i
|
||||
./configure --with-lua=/usr/local
|
||||
make
|
||||
make install
|
||||
cd ../..
|
||||
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
EXPECTED_SIGNATURE=$(wget -q -O - https://composer.github.io/installer.sig)
|
||||
ACTUAL_SIGNATURE=$(php -r "echo hash_file('SHA384', 'composer-setup.php');")
|
||||
if [ "$ACTUAL_SIGNATURE" != "$EXPECTED_SIGNATURE" ]
|
||||
then
|
||||
echo 'ERROR: Invalid installer signature'
|
||||
rm -rf composer-setup.php
|
||||
else
|
||||
php composer-setup.php --filename=composer --install-dir=/usr/bin
|
||||
rm -rf composer-setup.php
|
||||
fi
|
||||
rm -rf php-script-stuff
|