-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from tamu-edu-students/adding-wireframes
Adding wireframes
- Loading branch information
Showing
6 changed files
with
94 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<header> | ||
<div> | ||
<div> | ||
<span></span> | ||
<a href="https://elrc.tamu.edu/"> | ||
<img src="https://elrc.tamu.edu/wp-content/uploads/2022/10/Maroon-Horizontal.png" width="998" height="234" alt="Education Leadership Research Center" id="logo" data-height-percentage="54" data-actual-width="941" data-actual-height="220.625"> | ||
</a> | ||
</div> | ||
<div> | ||
<nav> | ||
<ul> | ||
<li><a href="https://elrc.tamu.edu/" aria-current="page">Home</a></li> | ||
<li><a href="http://elrc.tamu.edu/professional-development">About</a></li> | ||
<li><a href="https://elrc.tamu.edu/our-work/">Survey</a></li> | ||
<li><a href="https://elrc.tamu.edu/journals/">Profile</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,29 @@ | ||
<h1>New survey profile</h1> | ||
|
||
<%= render "form", survey_profile: @survey_profile %> | ||
|
||
<br> | ||
|
||
<h1>ORGANIZATIONAL AND LEADERSHIP EFFECTIVENESS INVENTORY</h1> | ||
<div> | ||
<%= link_to "Back to survey profiles", survey_profiles_path %> | ||
<div> | ||
<h2>Overview</h2> | ||
<p>The questionaire has a total of 96 questions split into 4 parts:</p> | ||
<ol> | ||
<li>Part 1: Leadership Behavior (Management and Interpersonal) | ||
</li> | ||
<li>Part 2: External Forces | ||
</li> | ||
<li>Part 3: Organizational Structure | ||
</li> | ||
<li>Part 4: Values, Attitudes, and Beliefs | ||
</li> | ||
</ol> | ||
</div> | ||
<br> | ||
<p>For each question, select the response that best fits your judgement.</p> | ||
<br> | ||
<div> | ||
<h2>OLEI Background</h2> | ||
<p>By completing this questionaire, you agree to [terms tbd].</p> | ||
<%= render "form", survey_profile: @survey_profile %> | ||
<br> | ||
<%# <div> %> | ||
<%# <%= link_to "Back to survey profiles", survey_profiles_path %> | ||
<%# </div> %> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
<h1>New survey response</h1> | ||
|
||
<h1>ORGANIZATIONAL AND LEADERSHIP EFFECTIVENESS INVENTORY</h1> | ||
<%= render "form", survey_response: @survey_response %> | ||
|
||
<br> | ||
|
||
<div> | ||
<%= link_to "Back to survey responses", survey_responses_path %> | ||
</div> | ||
<%# <div> %> | ||
<%# <%= link_to "Back to survey responses", survey_responses_path %> | ||
<%# </div> %> |