diff --git a/css/action-plan.css b/css/action-plan.css new file mode 100644 index 0000000..81d7d5c --- /dev/null +++ b/css/action-plan.css @@ -0,0 +1,65 @@ +#work_process { + width: 100%; + background-color: #20222e; + display: flex; + align-items: center; + justify-content: center; + padding: 100px 0 0; + } + + #work_process h3 { + color: red; + } + + #work_process h1 { + color: white; + } + + #work_process .icon-circle { + color: white; + display: inline-block; + width: 80px; + height: 80px; + line-height: 80px; + border: 2px solid #45aed6; + border-radius: 100px; + position: relative; + margin-bottom: 10px; + + } + + #work_process .icon-circle:hover { + background-color: rgba(255, 255, 255, .3); + } + + #work_process .icon-circle>span { + border-style: solid; + border-width: 2px; + border-color: #45aed6; + border-radius: 50%; + background-color: #fff; + position: absolute; + width: 24px; + height: 24px; + line-height: 20px; + top: -12px; + color: #64686d; + left: 38%; + } + + #work_process .fa { + float: none; + width: unset; + } + + #work_process p { + font-size: 15px; + } + + #work_process h3 { + font-size: 1.4rem; + } + + #section-header { + padding-bottom: 100px; + } \ No newline at end of file diff --git a/index.html b/index.html index c414bd8..c101f53 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,8 @@ + + @@ -312,6 +314,156 @@
REDX club MITAOE 10 weeks framework.
+Website, facebook page, event page.
+1. Setting Vision and Mission for club.
2. Application and Registration of community innovators and consultation with stakeholders.
1. Launch Activity.
2. Spot-probe orientation sessions.
3. Pitching ideas in front of senior board members.
1. Creating teams, assigning roles and responsibilities.
2. Field visits, meeting stakeholders and setting goal statements.
1. Review goal statements set above.
2. Identify resource requirement mapping.
1. Project scope determination and planning problem-solution, validation criteria.
+1. Creating design templates.
2. Start developing solution.
1. Developing prototype.
2. Deciding testing strategy.
1. Presenting developed prototypes for validation and exhibiting to stakeholders.
2. Finalization of projects after critical comments from stakeholders.
1. Demonstrating projects to stakeholders.
+1. Releasing project implementations for evaluating impact.
2. Short listing projects and documenting.
3. Applying to get featured on parent REDx.io
+