-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from EaDesgin/feature/1951-remove-tags-on-layout
Feature/1951 remove tags on layout
- Loading branch information
Showing
6 changed files
with
54 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.