Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to draw onto a responsive website
    primarykey
    data
    text
    <p>I m trying to create what I hope will be a basic responsive website using Bootstrap 3.0.3. I am making a time line, that goes down vertically, when the window is large It has icons on either side of the timeline, otherwise the icons line up and the timeline markers shrink. Like this: When Large: <img src="https://i.stack.imgur.com/tFmlD.png" alt="enter image description here"> </p> <p>When Small:</p> <p><img src="https://i.stack.imgur.com/QrwDI.png" alt="enter image description here"></p> <p>Currently the Icons and words behave properly, but I had to draw the lines in to illustrate my point. In reality I have | and - representing the lines, and they appear and disappear with resizing. My question is this, how can I draw the actual lines of the timeline so they act properly. Is there some vector or shape drawing I can do within the grid elements or do I just have to draw the lines elsewhere and bring it in as a background image and change that with window resize?</p> <p>Current Code:</p> <pre><code>&lt;div class="row"&gt; &lt;h5&gt;WEEK 1&lt;/h5&gt; &lt;/div&gt; &lt;div class ="row"&gt; &lt;div class = "col-xs-12 col-sm-2"&gt; &lt;a href="#" class="btn btn-default" rel="popover" data-content="output" data-placement="right" data-trigger="click"&gt;&lt;img src="Doc_icon.jpg"&gt;&lt;/a&gt; &lt;p&gt;&lt;a href="#" class="btn btn-default" rel="popover" data-content="output" data-placement="right" data-trigger="click"&gt;&lt;img src="Drawing_icon.jpg"&gt;&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div class = "col-sm-1"&gt; &lt;h3 class="hidden-xs"&gt;||&lt;/h3&gt; &lt;/div&gt; &lt;div class = "col-xs-6 col-sm-6"&gt; &lt;div class="panel panel-info"&gt; &lt;div class="panel-heading"&gt; &lt;h3 class="panel-title"&gt;This weeks project tittle&lt;/h3&gt; &lt;/div&gt; &lt;div class="panel-body"&gt; &lt;p&gt;Project description: ba nananananana nananananana nananananana nananana nana batman!&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class = "col-xs-1 col-sm-3"&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class = "row"&gt; &lt;h3 class="hidden-sm hidden-md hidden-lg"&gt;---&lt;/h3&gt; &lt;h3 class="hidden-xs"&gt;===&lt;/h3&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload