介绍

您好,感谢您使用 Aria Business HTML 登陆页面模板。Aria 是一个使用 Bootstrap 构建的 HTML 登陆页面模板,具有变形文本、文本滑块、网格过滤、灯箱详细信息、计数数字、呼叫请求和联系表格。

基于 Bootstrap 4、HTML5、CSS3、PHP 和 JavaScript 构建,它将帮助您以美观高效的方式实现您的在线营销目标。

使用的框架和工具包:Bootstrap 4、Popper、jQuery、jQuery Easing、Validator、Isotope、Magnific Popup、Swiper、CountTo

您可以使用您喜欢的文本和代码编辑器编辑模板的 Html、Css、Php、Js 文件:Notepad++Visual CodeSublime或任何其他...

对于图像编辑,您可以使用Adob​​e Photoshop或您选择的任何其他图形编辑器。


文件结构

文档- 是此帮助文件的文件夹。Web -
包含模板的 html、css、js 和 php 文件。

Web文件夹包含index.html文件,您将使用它来打开模板。除了 index.html 之外,您还将找到以下文件夹:

  • Css - Bootstrap、Font Awesome、Magnific Popup、Swiper 和模板的自定义样式表styles.css
  • 图像- 整个模板使用的图像,包括图标和徽标
  • Js - Bootstrap、Popper、jQuery、jQuery Easing、Magnific Popup、Swiper、Validator 和 Aria 自定义脚本的 JavaScript 文件:scripts.js
  • Php——联系表单的 PHP 脚本文件
  • Webfonts - Font Awesome 文件


图片

您可以在查看以下免费在线资源时找到自己的图像:

图片来源

图片大部分来自Freepik.com:

更改徽标

- 将您的图像文件放在图像文件夹 中
- 打开以编辑index.html
- 查找导航栏部分
- 在此处找到这行代码:

<a class="navbar-brand 徽标图像" href="index.html"><img src="images/logo.svg" alt="alternative"></a>

- 并用新文件名 替换logo.svg
- 保存文件并刷新浏览器窗口以查看更改

更改标题背景图片

- 编辑并保存Images文件夹 中的图像文件
- 打开以编辑css/styles.css
- 找到Header部分和以下代码行:

.标题 {
	背景:线性渐变(rgba(0,0,0,0.3),rgba(0,0,0,0.5)),url('../images/header-background.jpg')中心中心不重复;
	背景尺寸:封面;
}

- 并将header-background.jpg替换为您自己的文件名
- 保存文件并刷新浏览器窗口以查看更改

更改详细信息部分的背景图像

- 编辑并保存Images文件夹 中的图片文件
- 打开并编辑css/styles.css - 找到 “Details 1”
部分- 这里重点关注以下几行:

.accordion .area-1 {
	高度:27rem;
	背景:url('../images/details-1-background.jpg') 中心中心不重复;
	背景尺寸:封面;
}

- 并将details-1-background.jpg替换为您自己的文件名
- 为了用最少的工作量获得最佳效果,我建议在实时预览中使用与原始图像相同的图像大小
- 保存文件并刷新浏览器窗口以查看更改 - 对于Details 2部分
也是如此- 只是这次你关注以下几行
.tabs .area-2 {
	高度:27rem;
	背景:url('../images/details-2-background.jpg') 中心中心不重复;
	背景尺寸:封面;
}


图标

Font Awesome 图标

Aria 在许多部分和元素中使用Font Awesome图标字体。

要更改 Font Awesome 图标之一,您只需将在 index.html 中找到的类(例如 fa-binoculars、fa-list-alt、fa-chart-pie)替换为您在http://fontawesome.io/icons/中需要的类即可

社交媒体图标

要更改模板页脚部分中的社交媒体图标,您需要: -从模板文件夹中
打开index.html
- 在页脚中找到社交媒体部分:
- 并将fa-facebookfa-twitter等替换为您在品牌图标部分中 从http://fontawesome.io/icons/
所需的类名- 另外,不要忘记将href="#your-link"替换为您的社交页面或帐户的链接

社交媒体提示

如果您想控制在社交媒体(尤其是 Facebook、Google+ 和 LinkedIn)上分享登录页面时帖子的外观,请不要忘记更新index.html文件的 Head 部分中的 OG Meta 标签(OpenGraph)。

<meta property="og:site_name" content="" /> <!-- 网站名称 -->
<meta property="og:site" content="" /> <!-- 网站链接 -->
<meta property="og:title" content=""/> <!-- 实际分享帖子中显示的标题 -->
<meta property="og:description" content="" /> <!-- 实际分享帖子中显示的描述 -->
<meta property="og:image" content="" /> <!-- 图片链接,确保为 jpg -->
<meta property="og:url" content="" /> <!-- 您希望您的帖子链接到哪里 -->
<meta property="og:type" content="article" />

You can check out this article courtesy of Engage Interactive


CONTACT FORMS

To receive emails with data from your visitors simply change the line $EmailTo = "yourname@domain.com"; to your email address in the php folder in the following files:

  • callmeform-process.php
  • contactform-process.php
  • privacy-process.php

Attention:The script only runs online (on a liver server with PHP support) so the forms will not work while the landing page is offline on your hard-drive

If you want to change input fields names, you will need to update them accordingly in the following files:

  • index.html, scripts.js and the php file from the php folder.

Setup A Redirect Page On Form Submit

To setup a redirect to a thank you page on form submit, you need to:
- Open js/scripts.js inside the template folder
- Find the following block of code in the form section

function cformSuccess() {
	$("#ContactForm")[0].reset();
	csubmitMSG(true, "Message Submitted!")
}

- And change it to:
function cformSuccess() {
	$("#ContactForm")[0].reset();
	window.location.href = "https://yourlinkhere.com";
}

- And replace inside the quotes https://yourlinkhere.com with your link


PROJECTS

The Projects section uses Isotope plugin which can be configured as described here https://isotope.metafizzy.co/

Adding A New Project

To add a new project in the projects section, you need to:
- Open for editing index.html and find the Projects section
- Here focus on the code area just below

<div class="grid">

- You can copy the following piece of code:
<div class="element-item development">
	<a class="popup-with-move-anim" href="#project-1"><div class="element-item-overlay"><span>Online Banking</span></div><img src="images/project-1.jpg" alt="alternative"></a>
</div>

- And paste it wherever you want your project to be in the Show All order
- Now replace the name and the image as per your requirements
- Also add it to a designated category. Now it's set for development as you can see from the code but you can change it to any category you define

Adding A New Category

要在项目部分添加新的项目类别,您需要:
- 打开以编辑index.html并找到项目部分
- 在过滤器部分复制一行,如下所示:

<a class="button" data-filter=".development"><span>开发</span></a>

- 并将两个位置中的“development”一词替换为您的类别名称
- 然后将其添加到下面的项目行中
<div class="element-item 开发">

- 用您的类别名称替换“开发”


支持

由于目前资源有限,我无法提供免费物品的支持,但请随时将您的问题发送至lucian@inovatik.com,我会尽力提供帮助,至少为您指明正确的方向。