Skip to content

Commit

Permalink
Merge pull request #4 from EaDesgin/feature/1951-remove-tags-on-layout
Browse files Browse the repository at this point in the history
Feature/1951 remove tags on layout
  • Loading branch information
eadesignro authored Jan 25, 2018
2 parents 5115d9d + 86f5a19 commit d3a20f4
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 36 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eadesignro/module-eacore",
"description": "The module with the menu and other features needed by other modules developed by EaDesign",
"type": "magento2-module",
"version": "0.2.6",
"version": "0.2.7",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Eadesigndev_Eacore" setup_version="0.2.6"/>
<module name="Eadesigndev_Eacore" setup_version="0.2.7"/>
</config>
3 changes: 1 addition & 2 deletions view/adminhtml/layout/eacore_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<link src="http://fonts.googleapis.com/css?family=Oswald" src_type="url" />
<link src="https://fonts.googleapis.com/css?family=Oswald:400,700" rel="stylesheet" src_type="url" type="text/css"/>
<css src="Eadesigndev_Eacore::css/eadesign-core.css"/>
</head>
<body>
<referenceContainer name="admin.scope.col.wrap" htmlClass="admin__old" />
<referenceContainer name="content">
<block class="Magento\Framework\View\Element\Template" name="eacore_detail" template="Eadesigndev_Eacore::other/details.phtml" toHtml="true">
<arguments>
Expand Down
44 changes: 15 additions & 29 deletions view/adminhtml/templates/other/details.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,21 @@
*/
?>

<p class="main-description detailtext">
We are a company specialized in development for Magento from Iasi Romania. We develop extensions for our clients and
for the community. We are very passionate programmers, both for backend and frontend.
We design better tools to improve your services and help you communicate more efficiently with your clients.
</p>

<div class="available" style="text-align: center; font-family: 'Oswald', sans-serif; font-size: 40px; padding: 20px 0">
ARE YOU READY? </br>
WE'RE AVAILABLE!</br>
Let's talk!</br>
</div>

<h3 class="title-details">Company standards</h3>
<p class="before-end detailtext">
The first and most important step is to get to know each other. Once we are well acquainted with your area of
expertise, work ethics and strategies as well as with your competition, together with you, we will start to
elaborate a the most efficient work plan as possible. The analysis of your professional domain is a demanding but
necessary process if we want to ensure that your online store will be ahead of your competition while maintaining
and integrating your brand identity into your new web-store.
We are passionate about technology, always looking to innovate and provide quality services for our clients. We
like to keep things simple, understandable and executable. We encourage our team to pursue their passions, listen to
one another, and never stop learning. We also encourage them to work hard, play hard, and rest hard. Work is only
one side of your personal life, and we try to keep it that way.
</p>
<p class="bugs detailtext">
If you have any bug or problem with our extension do not hesitate to contact us. We ha a dedicated email for you to
use in this cases, <a href="mailto:[email protected]">Support and bug email, [email protected]</a>
. <strong style="color: #f26422;"> You can use the same email address <a href="mailto:[email protected]">[email protected]</a> if you need custom
magento development and programming. </strong> Or you can contact us from our site, <a href="https://www.eadesign.ro"
target="_blank">https://www.eadesign.ro</a>
Sending us feedback helps us get better and create more reliable tools for you and for the Magento community.
<p class="detailtext">Customize your Magento© Platform with our extensions or let us customize it for you. Ask us anything, for our goal is
to help you create the store that will make you come out ahead of your competition and help your clients as
well!
<a href="https://www.eadesign.ro/shop" target="_blank">
Contact Us!
</a>
</p>
<p></p>
<p>
<iframe width="100%" height="515" src="https://www.youtube.com/embed/hdSmq4WIuV4" frameborder="0"
allowfullscreen></iframe>
</p>
<p class="iframe">
<iframe width="950" height="611" src="https://www.youtube.com/embed/wzaGJHOAgF8"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</p>
39 changes: 36 additions & 3 deletions view/adminhtml/web/css/eadesign-core.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,42 @@
.detailtext.before-end{
margin-bottom: 30px;
}
.detailtext {
font-size: 16px;
font-size: 18px;
margin: 0 auto;
margin-bottom: 50px;
color: #483f66;
width: 950px;
line-height: 29px;
}
.detailtext a{
text-decoration: none;
font-size: 23px;
display: inline-block;
color: #f26422;
font-weight: 700;
}

.eacore-index-index h1.page-title {
background: url("../images/ealog-horiz.png") no-repeat left top;
width: 520px;
background: url("../images/logo.png") no-repeat left top;
height: 120px;
background-size: 172px 105px;
margin-left: 50px;
margin-top: 50px;
}
.eacore-index-index h3.title-details{
font-family: 'Oswald', sans-serif;
font-size: 76px;
font-weight: 700;
width: 100%;
text-align: center;
line-height: 37px;
display: inline-block;
color: #483f66;
margin-top: 50px;
margin-bottom: 80px;
text-transform: uppercase;
}
.eacore-index-index .iframe{
text-align: center;
}
Binary file added view/adminhtml/web/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3a20f4

Please sign in to comment.