Giter Club home page Giter Club logo

ds_algo's Introduction

ds_algo from LEETCODE

{% for data_root in datas[key] %}
{{data_root}}
{% endfor %}
                  {% for gym_data_root in datas[key] %}
                  <div class="row" style="justify-content: center">
                     <div class="collapse" id="{{gym_data_root}}" data-collapse-group="collapse-group">
                        <div class="well content-wrapper">
                            {% for real_content in gym_content_keys[gym_data_root] %}
                                {% if gym_data_root == 'daily-workouts' %}
                                    {% for i in range(15) %}

                                        <div class="col-md-4 ">
                                                <img class="make_bigger workout-img" src="/{{gym_content[gym_data_root][real_content]}}">
                                        </div>
                                    {% endfor %}
                                {% else %}
                                    {% for i in range(15) %}
                                        <div class="col-md-4">
                                            <video class="workout-video" width="320" height="240" controls>
                                              <source src="/{{gym_content[gym_data_root][real_content]}}" type="video/mp4">
        <!--                                      <source src="movie.ogg" type="video/ogg">-->
                                                Your browser does not support the video tag.
                                            </video>
                                        </div>
                                    {% endfor %}
                                {% endif %}
                            {% endfor %}
                        </div>
                    </div>
                  </div>
                  {% endfor %}
              </div>
        </div>

ds_algo's People

Contributors

jyotirmay123 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.