Change file names to max eight chars
parent
0e3901bf85
commit
7ae14a2a77
|
@ -3,7 +3,7 @@
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
padding: 25% 0px;
|
||||
background-image: url("../img/background.png");
|
||||
background-image: url("../img/bg.png");
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 625 B |
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" href="../../assets/css/main.css">
|
||||
<link rel="stylesheet" href="../../assets/css/pages.css">
|
||||
<link rel="stylesheet" href="../../assets/css/movement.css">
|
||||
<link rel="stylesheet" href="../../assets/css/contactform.css">
|
||||
<link rel="stylesheet" href="../../assets/css/form.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" href="../../assets/css/main.css">
|
||||
<link rel="stylesheet" href="../../assets/css/pages.css">
|
||||
<link rel="stylesheet" href="../../assets/css/movement.css">
|
||||
<link rel="stylesheet" href="../../assets/css/contactform.css">
|
||||
<link rel="stylesheet" href="../../assets/css/form.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
<header data-m="reveal-right" data-m-duration="0.5">
|
||||
<h1>The Chereb Foundation</h1>
|
||||
<a href="javascript:void(0)" id="menu"><img src="../assets/img/hamburger.svg" width="25"></a>
|
||||
<a href="javascript:void(0)" id="menu"><img src="../assets/img/menu.svg" width="25"></a>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">Home</a></li>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<h2>Online</h2>
|
||||
<a href="general/index.html">General Inquiry</a><br />
|
||||
<a href="help/index.html">Request Help</a><br />
|
||||
<a href="volunteer/index.html">Volunteer Application</a>
|
||||
<a href="vol/index.html">Volunteer Application</a>
|
||||
<h2>E-mail</h2>
|
||||
<span>General Inquiry: <a href="mailto:tcfgi@daviddgtnt.xyz">tcfgi@daviddgtnt.xyz</a></a></span><br />
|
||||
<span>Request Help: <a href="mailto:tcfhelp@daviddgtnt.xyz">tcfhelp@daviddgtnt.xyz</a></span><br />
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" href="../../assets/css/main.css">
|
||||
<link rel="stylesheet" href="../../assets/css/pages.css">
|
||||
<link rel="stylesheet" href="../../assets/css/movement.css">
|
||||
<link rel="stylesheet" href="../../assets/css/contactform.css">
|
||||
<link rel="stylesheet" href="../../assets/css/form.css">
|
||||
</head>
|
||||
|
||||
<body>
|
|
@ -12,7 +12,7 @@
|
|||
<body data-m="drop" data-m-duration="1.5">
|
||||
<header data-m="reveal-right" data-m-delay="1" data-m-duration="1">
|
||||
<h1>The Chereb Foundation</h1>
|
||||
<a href="javascript:void(0)" id="menu"><img src="assets/img/hamburger.svg" width="25"></a>
|
||||
<a href="javascript:void(0)" id="menu"><img src="assets/img/menu.svg" width="25"></a>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="#" id="current">Home</a></li>
|
||||
|
|
Loading…
Reference in New Issue