Hi Ryan,

I have studied about the bootstrap 2.3 documentation and I have worked with
some samples of the bootstrap. I am attaching the modified version of the
signup (1) example of the bootstrap that can work for the basic product
edit for the desktop. I have also read about the genshi (2) and I have done
the above 3 points mentioned in last mail but I want some pointers to start
merge this code to create the template for product edit and become
familiarize with the bloodhound code.

(1) http://getbootstrap.com/examples/signin/
(2) http://genshi.edgewall.org/wiki/Documentation/xml-templates.html


On Mon, Mar 10, 2014 at 9:00 PM, Ryan Ollos <[email protected]> wrote:

> On Mon, Mar 10, 2014 at 2:23 AM, Ryan Ollos <[email protected]>wrote:
>
>> On Mon, Mar 10, 2014 at 2:02 AM, Devender <[email protected]>wrote:
>>
>>> Hi Ryan,
>>>
>>> I am a 4th year student of the Department of Computer Science and
>>> Engineering at Indian Institute of Technology( IIT),  Kharagpur, India.
>>>
>>> I am good at programming in Python, AJAX, PHP, MySQL, JavaScript,
>>> jQuery, HTML, CSS and C++. I have worked on projects which used python
>>> and web development technologies.
>>>
>>> I am very enthusiast to work with Apache in GSOC 2014. I have installed
>>> and used the bloodhound and I am interested to work on this idea (
>>> COMDEV-112 <https://issues.apache.org/jira/browse/COMDEV-112>). I have
>>> done setup for the basic development environment for Bloodhound. I have
>>> been looking at the starter 
>>> ticket<https://issues.apache.org/bloodhound/query?status=!closed&keywords=~starter>
>>> *,* but I don't know which ticket I should work on. Please guide me to
>>> proceed for my proposal.
>>>
>>
>> Hi Devender,
>>
>> Welcome!
>>
>> It might be good to familiarize yourself with Bootstrap by working ticket
>> #570 (1). To get started,
>>  1. Review the Bootstrap 2.3 documents
>>  2. Copy the template
>> bloodhound_multiproduct/multiproduct/templates/product_edit.html to
>> bloodhound_theme/bhtheme/templates/bh_product_edit.html
>>  3. Add bh_product_edit.html to the template map in
>> bloodhound_theme/bhtheme/theme.py
>>  4. Modify the markup in the template so that we get nice styling on
>> multiple devices (desktop, tablet, mobile).
>>
>> You can study the other templates in bloodhound_theme to learn how the
>> Boostrap markup can be used.
>>
>> For the COMDEV-112 project, it is a bit open-ended, which gives you a lot
>> of room to work with the community to define the solution. You can get
>> started by looking at the architecture of the plugins mentioned in #766 (3).
>>
>> (1) https://issues.apache.org/bloodhound/ticket/570
>> (2) http://getbootstrap.com/2.3.2/
>> (3) https://issues.apache.org/bloodhound/ticket/766
>>
>>
> Devender, I didn't notice initially that you sent the email directly to
> me. This is just a quick note to say that future emails should be directed
> to the [email protected] list, which I've added to the Reply of
> this email. This is to keep the whole Bloodhound community involved in your
> project :)
>
body {
  padding-top: 200px;
  padding-bottom: 40px;
  background-color: #eee;
}
.form-signin {
  max-width: 530px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: left;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-description{
  position: relative;
  height: 200px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.form-signin  {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin  {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

Reply via email to