Commit a00310d6 authored by WeebPal Drupal Development Company's avatar WeebPal Drupal Development Company
Browse files
parent 9914ea00
Loading
Loading
Loading
Loading
+0 −58
Original line number Diff line number Diff line
@@ -14,61 +14,3 @@ websites.
- Twitter: http://twitter.com/weebpal
- Facebook: http://www.facebook.com/weebpal
- Pinterest: http://www.pinterest.com/weebpal

---------------------------------------
------------ About WeebPal ------------
---------------------------------------

- Who we are?
WeebPal started first with a team of inspired developers. After sweating
10.000 hours in web development, we decided that it is time to contribute more
to the common good for developers, themers, and web builders.

- What we do?
  + We create Drupal-based solutions as themes dedicating to specific
  businesses; this speeds up their building websites from scratch. At the same
  time, we assist our clients throughout their business cycles with our support
  teams, including tailored customization.

  + We are willing to serve our precious clients from personal to corporation
  needs, online commerce, hotels, education centers, and many more.

- How we do?
  + We actively tackle business needs, research for their solutions, and
  execute them.
  + We will share these products in Drupal communities.
  + We appreciate users' feedback to improve these products for the better.
  + And we welcome your requirements for small-bite to full-pledged.

---------------------------------------
----------- About Projects ------------
---------------------------------------

- iShopping
  + iShopping provides a Ubercart-based solution to build small online shopping
  websites.
  + Status: Beta release
  + Url: http://weebpal.com/product/ishopping

- Hotel
  + Hotel provides a unique solution to build hotel websites based on Drupal
  Commerce.
  + Status: Beta release
  + Url: http://weebpal.com/product/hotel

- Zircon
  + Zircon provides a very simple design with 3 columns to build many kind of
  websites.
  + Status: Beta release
  + Url: http://weebpal.com/product/zircon

- iCorporate
  + iCorporate provides a simple-full solution for the corporation websites.
  + Status: Development
  + Url: http://weebpal.com/product/icorporate

- Education
  + Education provide a basic solution for the education center and university
  websites.
  + Status: Development
  + Url: http://weebpal.com/product/education
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
.node-title {
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 1.273em;
  font-weight: 100;
  font-weight: 700;
  line-height: normal;
}

+4 −4
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
.block-title {
  background: url(../images/bg-title-4.gif) 0 100% repeat-x;
  color: #323232;
  font-size: 1.8em;
  font-weight: 100;
  font-size: 2.2em;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  padding: 0 0 10px;
@@ -269,7 +269,7 @@

#sidebar-first-wrapper .block-title {
  background: none;
  font-size: 1.1em;
  font-size: 1.4em;
  padding: 0;
}

@@ -340,7 +340,7 @@
  background: none;
  border-bottom: 0;
  color: #fff;
  font-size: 1.1em;
  font-size: 1.4em;
  margin-bottom: 15px;
  padding: 0;
}
+3 −3
Original line number Diff line number Diff line
@@ -117,8 +117,8 @@
#page-title {
  background: url(../images/bg-title-4.gif) 0 100% repeat-x;
  color: #323232;
  font-size: 1.8em;
  font-weight: 100;
  font-size: 2.2em;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  padding: 0 0 10px;
@@ -184,7 +184,7 @@

#panel-first-wrapper .block-title {
  background: none;
  font-size: 1.1em;
  font-size: 1.4em;
  padding: 0;
}

+3 −3
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@

.sf-menu.sf-style-ishopping > li a {
  color: #fff;
  font-family: oswaldregular;
  font-size: 1.167em;
  padding: 14px 20px;
  font-family:  'Archivo Narrow';
  font-size: 1.4em;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 10000;
Loading