2017-07-30 49 views
1
超过一页

上工作,我在这个新的,并已能够把我的代码给我的第一页上,但不会对任何人合作。我试图做它作为一个出口的js文件,但它是行不通的,所以我说这是一个在我的html页面的底部。现在只是在那个页面上工作而已! 所以这一个工程: JS代码不会

* { 
 
    font-family: Helvetica, sans-serif; 
 
} 
 
body { 
 
    background-position: bottom; 
 
    font-family: Arial, Helvetica, sans-serif; 
 
    background-color: #e9e9e9; 
 
} 
 
img.sixth { 
 
    display: block; 
 
    margin: auto; 
 
    margin-bottom: 4em; 
 
} 
 

 
h1.first { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
padding:10px; 
 
border: Dashed 3px; 
 
border-color: #66CCFF; 
 
width: 300px; 
 
height: auto; 
 
position: static; 
 
margin: 30px; 
 
margin-left: 500px; 
 
margin-top: 40px; 
 
} 
 

 
h2 { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
padding:10px; 
 
border: Dashed 3px; 
 
border-color: #66FF66; 
 
width: 300px; 
 
height: auto; 
 
margin: auto; 
 
cursor: pointer; 
 
margin-top: 1.5em; 
 
} 
 

 
img.first { 
 
    display: block; 
 
    margin: auto; 
 
    margin-bottom: 2em; 
 
    display: none; 
 
} 
 

 
img.second { 
 
    display: block; 
 
    margin: auto; 
 
    display: none; 
 
} 
 

 
img.third { 
 
    display: block; 
 
    margin: auto; 
 
    display: none; 
 
} 
 

 
img.fourth { 
 
    display: block; 
 
    margin: auto; 
 
    margin-bottom: 1em; 
 
    display: none; 
 
} 
 

 
img.fifth { 
 
    display: block; 
 
    margin: auto; 
 
    display: none; 
 
} 
 

 
p { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
visibility:hidden; 
 
}
<!DOCTYPE html> 
 
<html> 
 
<head> 
 
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> 
 
    <script src="densi.js"></script> 
 
    <link rel="stylesheet" href="C:\Users\Hayley\Documents\Coding\DENSI\densi_home.css"> 
 
    <title> DENSI 2017 </title> 
 
</head> 
 
<body> 
 
<!--Navigation bar--> 
 
<div id="nav-placeholder"> 
 

 
</div> 
 

 
<script> 
 
$(function(){ 
 
    $("#nav-placeholder").load("nav1.htm") 
 
; 
 
}); 
 
</script> 
 
<!--Finish NavBar--> 
 
    
 
<!--Page Heading--> 
 

 
<div id='heading'> 
 
    <h1 class='first' align='center'><big> DENSI 2017 </h1 class='first' align='center'></big> 
 
</div> 
 
    
 
    <img class='sixth' src="C:\Users\Hayley\Documents\Coding\DENSI\DEN.jpg" 
 
    height="200px" 
 
    width="250px" 
 
    border="1px" 
 
    position="center" 
 
    alt=""/> 
 

 
<!--Section 1--> 
 
<div class="parent"> 
 
    <h2 align='center'> What is it? </h2> 
 
    <p align='center'> DENSI stands for Discovery Education Network Summer Institute. It is a week long residential professional development that helps educators learn, share and connect with other educators about good practice; integrating technology into the classroom and to give different perspectives on strategies to engage children. </p> 
 
     <img class='second' src="C:\Users\Hayley\Documents\Coding\DENSI\DENSI.jpg" alt="DEN Group Photo" 
 
    height="150px" 
 
    width="270px" 
 
    border="1px" 
 
    style="float: left; margin-left: 30%; margin-bottom:0.5em; margin-top: 3em;" 
 
    /> 
 
    <img class='third' src="C:\Users\Hayley\Documents\Coding\DENSI\densi logo.jpg" alt="Discovery Logo" 
 
    height="250px" 
 
    width="180px" 
 
    border="1px" 
 
    style="float: right; margin-right: 30%; margin-bottom: 1em;" 
 
    /> 
 
    <p style="clear: both;"></p> 
 
</div> 
 

 
<!--Section 2--> 
 

 
<div class="parent"> 
 
    <h2 align='center'> Where was it held? </h2> 
 
    <p align='center'> DENSI this year was held in San Diego at the University of California San Diego. In previous years it has been held in Washington, Chicago and Montana. San Diego has been a beautiful setting for DENSI this year (although there was no air con... and the wifi was a struggle...); once we had adjusted to the heat and the time difference we were well on our way to starting our once in a lifetime professional development experience!</p> 
 
    <img class='fourth' src="C:\Users\Hayley\Documents\Coding\DENSI\15.jpg" 
 
    height="250px" 
 
    width="180px" 
 
    border="1px" 
 
    alt=""/> 
 
    </div> 
 

 
<!--Section 3--> 
 

 
<div class="parent"> 
 
<h2 class='third'align='center'> Who was there? </h2> 
 
<p class='third' align='center'> There were over 150 attendees at DENSI this year, several of which travelled from Egypt, England, UAE, Dubai, Haiti, Kuwait and China. Information on attendees can be found <span style="cursor:pointer"><a href="https://docs.google.com/presentation/d/1K_mloa69fSR0ij0E7u1pjG_RkCzLxMUTk7JlLd04J2Y/edit" 
 
    target="_blank">here.</a> 
 
    <p class='fourth' align='center'> 
 
    Over the course of the week we had networked with the majority and had connected with many.</p> 
 
    <img class='first' src="C:\Users\Hayley\Documents\Coding\DENSI\Int1.jpg" alt="Internation Group Photo" 
 
    height="180px" 
 
    width="250px" 
 
    border="1px" 
 
    style="float: inherit; margin-right: 40%; margin-bottom: 5em;" 
 
    /> 
 
</div> 
 

 
<!--Footer--> 
 
<div id="footer"> 
 

 

 

 
<script> 
 
$(function(){ 
 
    $("#footer").load("footer.htm") 
 
; 
 
}); 
 
</script> 
 
    </div> 
 
<script> 
 
$(".parent").children("h2").click(function(){ 
 
    $(".parent").children("p", "img.first", "img.second", "img.third", "img.fourth", "img.fifth").css("visibility", "hidden"); 
 
    $(this).siblings("p", "img.first", "img.second", "img.third", "img.fourth", "img.fifth").css("visibility", "visible"); 
 
    $(".parent").children("img.first").css("display", "none"); 
 
    $(this).siblings("img.first").css("display", "block"); 
 
    $(".parent").children("img.second").css("display", "none"); 
 
    $(this).siblings("img.second").css("display", "block"); 
 
    $(".parent").children("img.third").css("display", "none"); 
 
    $(this).siblings("img.third").css("display", "block"); 
 
    $(".parent").children("img.fourth").css("display", "none"); 
 
    $(this).siblings("img.fourth").css("display", "block"); 
 
    $(".parent").children("img.fifth").css("display", "none"); 
 
    $(this).siblings("img.fifth").css("display", "block"); 
 
}); 
 
</script> 
 
</body 
 
</html>

但是这样一来,每另一个我尽量不会:

body { 
 
    background-position: bottom; 
 
    font-family: Arial, Helvetica, sans-serif; 
 
    background-color: #e9e9e9; 
 
} 
 
h1.first { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
padding:10px; 
 
border: Dashed 3px; 
 
border-color: #66CCFF; 
 
width: 300px; 
 
height: auto; 
 
position: static; 
 
margin: 30px; 
 
margin-left: 500px; 
 
margin-top: 40px; 
 
} 
 
h2 { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
padding:10px; 
 
border: Dashed 3px; 
 
border-color: #66FF66; 
 
width: 300px; 
 
height: auto; 
 
margin: auto; 
 
cursor: pointer; 
 
} 
 
img.first { 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.second{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.third{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.fourth{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.fifth{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.eight{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.ninth{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.tenth{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.eleventh{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
p { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
font-size: 11.8pt; 
 
visibility: hidden; 
 
}
<!DOCTYPE html> 
 
<html> 
 
<head> 
 
<link rel="stylesheet" href="C:\Users\Hayley\Documents\Coding\DENSI\day1.css"> 
 
<script src="https://code.jquery.com/jquery-1.10.2.js"></script> 
 
<title> Day One </title> 
 
</head> 
 
<body> 
 
<!--Navigation bar--> 
 
<div id="nav-placeholder"> 
 

 
</div> 
 

 
<script> 
 
$(function(){ 
 
    $("#nav-placeholder").load("nav1.htm") 
 
; 
 
}); 
 
</script> 
 
<!-- Heading--> 
 

 
<h1 class='first' align='center'><big> Day One </h1></big> 
 

 
<!-- Section One--> 
 

 
<div class="parent"> 
 
    <h2 align='center'> Small Group </h2> 
 
    <p align='center'> My small group leader was Jen Hall. She was amazing, she saved Nik and I seats so that we were able to meet our small group and made us feel welcome. Our small group were accommodating and likeable. In our small group was Dana, Cheryl, Mary, Leslie, Alexis, Nadine, Chelsea, Kimberly, Lauren, Renee and Lakesha. </p> 
 
    <img class='first' src="C:\Users\Hayley\Documents\Coding\DENSI\IMG_0088.jpg" alt="Our Small Group 1" 
 
    height="130px" 
 
    width="200px" 
 
    border="1px" 
 
    style="float: left; margin-left: 17%; margin-bottom:0.5em; margin-top: 1em;" 
 
    /> 
 
    <img class='third' src="C:\Users\Hayley\Documents\Coding\DENSI\IMG_0090.jpg" alt="Our Small Group 2" 
 
    height="130px" 
 
    width="200px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom:0.5em; margin-top: 1em;" 
 
    /> 
 
    <img class='second' src="C:\Users\Hayley\Documents\Coding\DENSI\IMG_0089.jpg" alt="Our Small Group 3" 
 
    height="130px" 
 
    width="200px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom:0.5em; margin-top: 1em;" 
 
    /> 
 
    <p style="clear: both;"></p> 
 
</div> 
 

 
<!--Section Two--> 
 
<div id='parent'> 
 
<h2 align='center'> What Did We Do? </h2> 
 
<p> We started off with an opening session. In this session there was a video introducing a new country to the group made by the attendees from that country, and there were discussions about someone people had connected with the previous day as well as the timetable for the day. In the morning we had a session let by Jaime LaForgia and then it was lunch time! <br/> I didn't realise how much I was going to like American food. Turns out it is A LOT.</p> 
 
<img class='fourth' src="C:\Users\Hayley\Documents\Coding\DENSI\14.jpg" 
 
    height="200px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Food"/> 
 
<img class='fifth' src="C:\Users\Hayley\Documents\Coding\DENSI\42.jpg" 
 
    height="200px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Food"/> 
 
<img class='eight' src="C:\Users\Hayley\Documents\Coding\DENSI\68.jpg" 
 
    height="200px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Food"/> 
 
<img class='ninth' src="C:\Users\Hayley\Documents\Coding\DENSI\69.jpg" 
 
    height="200px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Food"/> 
 
<p style="clear: both;"></p> 
 
</div> 
 
<!--Section 3--> 
 
<div id='parent'> 
 
<h2 align='center'> International Group </h2> 
 
<p> In the afternoon we went to a different building to be part of the international group meet up. Firstly, we looked at and discussed a powerpoint led by Lance about SOS and how to improve the Discovery software and services in front of the CEO, Bill Goodwyn. While in the room we had to introduce ourselves; say our name, where we worked, discuss our school community and/or how we use Discovery software in our school. Except I didn't. I stayed quiet, sat back in my chair and took in everything everyone else was saying, listened and just did not introduce myself; because I don't enjoy big groups. Thankfully, Christine let me get away with this, saved me the embarrassment and let me stay in my comfort zone. </p> 
 
</div> 
 

 
<!--Section 4--> 
 
<div id='parent'> 
 
<h2 align='center'> The DEN at Night... </h2> 
 
<p> At night, the DEN becomes a different place. It becomes less professional and more... personal and party-vibey. Alcohol is found and everyone becomes less tense, people relax, make friends, network in ways we can't during the day. During the DEN at Night I made friends with an awesome group of people, including Kelli, Heather and Kamala. These are my newest life-long friends.:)</p> 
 
<img class='tenth' src="C:\Users\Hayley\Documents\Coding\DENSI\13.jpg" 
 
    height="150px" 
 
    width="250px" 
 
    border="1px" 
 
    style="float: left; margin-left: 30%; margin-bottom: 5em;" 
 
    alt="American Friends and I"/> 
 
<img class='eleventh' src="C:\Users\Hayley\Documents\Coding\DENSI\72.jpg" 
 
    height="250px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Friends and I"/> 
 
<p style="clear: both;"></p> 
 
</div> 
 
    
 
<!--Footer--> 
 
<div id="footer"> 
 

 
</div> 
 

 
<script> 
 
$(function(){ 
 
    $("#footer").load("footer.htm") 
 
; 
 
}); 
 
</script> 
 
<script> 
 
    $(".parent").children("h2").click(function(){ 
 
    $(".parent").children("p").css("visibility", "hidden"); 
 
    $(this).siblings("p").css("visibility", "visible"); 
 
    $(".parent").children("img.first", "img.second", "img.third").css("display", "block"); 
 
    $(this).siblings("img.first", "img.second", "img.third").css("display", "block"); 
 
    $(".parent").children("img.fourth", "img.fifth", "img.eight", "img.ninth").css("display", "block"); 
 
    $(this).siblings("img.fourth", "img.fifth", "img.eight", "img.ninth").css("display", "block"); 
 
$(".parent").children("img.fourth", "img.fifth", "img.eight", "img.ninth").css("display", "block"); 
 
    $(this).siblings("img.tenth", "img.eleventh").css("display", "block");  
 
}); 
 
</body> 
 
</html>

+0

检查答案。 –

回答

-1

当使用jQuery,你将需要使用.ready事件。该事件在DOM准备就绪后运行(文档对象模型)。

所以,你的脚本代码应该是

$(document).ready(function() 
{ 
    $(".parent").children("h2").click(function(){ 
    $(".parent").children("p", "img.first", "img.second", "img.third", "img.fourth", "img.fifth").css("visibility", "hidden"); 
    $(this).siblings("p", "img.first", "img.second", "img.third", "img.fourth", "img.fifth").css("visibility", "visible"); 
    $(".parent").children("img.first").css("display", "none"); 
    $(this).siblings("img.first").css("display", "block"); 
    $(".parent").children("img.second").css("display", "none"); 
    $(this).siblings("img.second").css("display", "block"); 
    $(".parent").children("img.third").css("display", "none"); 
    $(this).siblings("img.third").css("display", "block"); 
    $(".parent").children("img.fourth").css("display", "none"); 
    $(this).siblings("img.fourth").css("display", "block"); 
    $(".parent").children("img.fifth").css("display", "none"); 
    $(this).siblings("img.fifth").css("display", "block"); 
    }); 
}); 

你应该做的是什么这段代码保存为.js文件和参考,在你的头,像这样

<script src="DisplayContents.js"></script> 

的链接脚本您的文件需要提供其位置,就像您的img src位置一样。

也为showinghiding元素为什么不试试.hide().show()这些都是jQuery函数。

此外,如果你按下键F12你将得到一个浏览器控制台窗口。您可以使用它来帮助查找您的网页/网站可能存在的任何问题。

---更新---

的jsfiddle链接:https://jsfiddle.net/vvof6s1r/

CSS

* { 
    font-family: Helvetica, sans-serif; 
} 

body { 
    background-position: bottom; 
    font-family: Arial, Helvetica, sans-serif; 
    background-color: #e9e9e9; 
} 

img.sixth { 
    margin: auto; 
    margin-bottom: 4em; 
} 

h1.first { 
    text-align: center; 
    font-family: arial, helvetica, sans-serif; 
    padding: 10px; 
    border: Dashed 3px; 
    border-color: #66CCFF; 
    width: 300px; 
    height: auto; 
    position: static; 
    margin: 30px; 
    margin-left: 500px; 
    margin-top: 40px; 
} 

h2 { 
    text-align: center; 
    font-family: arial, helvetica, sans-serif; 
    padding: 10px; 
    border: Dashed 3px; 
    border-color: #66FF66; 
    width: 300px; 
    height: auto; 
    margin: auto; 
    cursor: pointer; 
    margin-top: 1.5em; 
} 

img.first { 
    margin: auto; 
    margin-bottom: 2em; 
} 

img.second { 
    margin: auto; 
} 

img.third { 
    margin: auto; 
} 

img.fourth { 
    margin: auto; 
    margin-bottom: 1em; 
} 

img.fifth { 
    margin: auto; 
} 

p { 
    text-align: center; 
    font-family: arial, helvetica, sans-serif; 
    visibility: hidden; 
} 

HTML

<!--Navigation bar--> 
<div id="nav-placeholder"> 

</div> 

<!--Finish NavBar--> 

<!--Page Heading--> 

<div id='heading'> 
    <h1 class='first' align='center'>DENSI 2017 </h1> 
</div> 

<img class='sixth' src="http://via.placeholder.com/200x200" height="200px" width="250px" border="1px" position="center" alt="" /> 

<!--Section 1--> 
<div class="parent"> 
    <h2 align='center' class="display-content-header"> What is it? </h2> 
    <div class="display-content"> 
    <p align='center'> DENSI stands for Discovery Education Network Summer Institute. It is a week long residential professional development that helps educators learn, share and connect with other educators about good practice; integrating technology into the classroom 
     and to give different perspectives on strategies to engage children. </p> 
    <img class='second' src="http://via.placeholder.com/200x200" alt="DEN Group Photo" height="150px" width="270px" border="1px" style="float: left; margin-left: 30%; margin-bottom:0.5em; margin-top: 3em;" /> 
    <img class='third' src="http://via.placeholder.com/200x200" alt="Discovery Logo" height="250px" width="180px" border="1px" style="float: right; margin-right: 30%; margin-bottom: 1em;" /> 
    <p style="clear: both;"></p> 
    </div> 
</div> 

<!--Section 2--> 

<div class="parent"> 
    <h2 align='center' class="display-content-header"> Where was it held? </h2> 
    <div class="display-content"> 
    <p align='center'> DENSI this year was held in San Diego at the University of California San Diego. In previous years it has been held in Washington, Chicago and Montana. San Diego has been a beautiful setting for DENSI this year (although there was no air con... and 
     the wifi was a struggle...); once we had adjusted to the heat and the time difference we were well on our way to starting our once in a lifetime professional development experience!</p> 
    <img class='fourth' src="http://via.placeholder.com/200x200" height="250px" width="180px" border="1px" alt="" /> 
    </div> 
</div> 

<!--Section 3--> 

<div class="parent"> 
    <h2 align='center' class="display-content-header"> Who was there? </h2> 
    <div class="display-content"> 
    <p class='third' align='center'> There were over 150 attendees at DENSI this year, several of which travelled from Egypt, England, UAE, Dubai, Haiti, Kuwait and China. Information on attendees can be found <span style="cursor:pointer"><a href="#" 
target="_blank">here.</a> </span> 
     <p class='fourth' align='center'> 
     Over the course of the week we had networked with the majority and had connected with many.</p> 
     <img class='first' src="http://via.placeholder.com/200x200" alt="Internation Group Photo" height="180px" width="250px" border="1px" style="float: inherit; margin-right: 40%; margin-bottom: 5em;" /> 
    </div> 
</div> 

JQuery的

$(function() { 

    $('.display-content').hide(); 

    $('.display-content-header').on('click', function() { 
    $('.display-content').hide(); 
    $(this).parent().find('.display-content').show(); 
    }); 
}); 

我不得不改变你的HTML中的jsfiddle例子只是让你可以看到ATLEAST图像。我将很快完成代码。

首先,在DOM准备就绪,我们只针对与类名display-content的所有元素,并隐藏它(这样你就不会需要的款式图像不与CSS)。

然后我们要做的就是,如果用户点击任何类名为display-content-header的元素,我们首先找到类名为display-content的所有元素并隐藏它(我们这样做是为了让他们一次只能扩展一个父元素)。然后使用当前点击事件,我们可以向上移动父,然后找到它的内容,然后只是show显示。

因此,对于这个脚本的工作HTML应该是这样

<div> 
    <h2 class="display-content-header">Header Title 2</h2> 
    <div class="display-content"> 
     Here is some content 
    </div> 
</div> 
+0

保持一致。 OP已在其他地方使用首选'ready'。 '$(function(){})'。此外,由于代码块是在元素之后,它与问题 – charlietfl

+0

@charlietfl无关,不要担心队友,只是试图帮助。天啊。 – Canvas

+0

好吧,现在可以点击小组标题,但是我们做了什么,晚上的国际团体和书房不会显示.. –

0

你缺少脚本标签的末尾请加</script>对于第二个代码,或尝试下面的代码。

body { 
 
    background-position: bottom; 
 
    font-family: Arial, Helvetica, sans-serif; 
 
    background-color: #e9e9e9; 
 
} 
 
h1.first { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
padding:10px; 
 
border: Dashed 3px; 
 
border-color: #66CCFF; 
 
width: 300px; 
 
height: auto; 
 
position: static; 
 
margin: 30px; 
 
margin-left: 500px; 
 
margin-top: 40px; 
 
} 
 
h2 { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
padding:10px; 
 
border: Dashed 3px; 
 
border-color: #66FF66; 
 
width: 300px; 
 
height: auto; 
 
margin: auto; 
 
cursor: pointer; 
 
} 
 
img.first { 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.second{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.third{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.fourth{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.fifth{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.eight{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.ninth{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.tenth{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
img.eleventh{ 
 
    display: none; 
 
    margin: auto; 
 
} 
 
p { 
 
text-align: center; 
 
font-family: arial, helvetica, sans-serif; 
 
font-size: 11.8pt; 
 
visibility: hidden; 
 
}
<!DOCTYPE html> 
 
<html> 
 
<head> 
 
<link rel="stylesheet" href="C:\Users\Hayley\Documents\Coding\DENSI\day1.css"> 
 
<script src="https://code.jquery.com/jquery-1.10.2.js"></script> 
 
<title> Day One </title> 
 
</head> 
 
<body> 
 
<!--Navigation bar--> 
 
<div id="nav-placeholder"> 
 

 
</div> 
 

 
<script> 
 
$(function(){ 
 
    $("#nav-placeholder").load("nav1.htm") 
 
; 
 
}); 
 
</script> 
 
<!-- Heading--> 
 

 
<h1 class='first' align='center'><big> Day One </h1></big> 
 

 
<!-- Section One--> 
 

 
<div class="parent"> 
 
    <h2 align='center'> Small Group </h2> 
 
    <p align='center'> My small group leader was Jen Hall. She was amazing, she saved Nik and I seats so that we were able to meet our small group and made us feel welcome. Our small group were accommodating and likeable. In our small group was Dana, Cheryl, Mary, Leslie, Alexis, Nadine, Chelsea, Kimberly, Lauren, Renee and Lakesha. </p> 
 
    <img class='first' src="C:\Users\Hayley\Documents\Coding\DENSI\IMG_0088.jpg" alt="Our Small Group 1" 
 
    height="130px" 
 
    width="200px" 
 
    border="1px" 
 
    style="float: left; margin-left: 17%; margin-bottom:0.5em; margin-top: 1em;" 
 
    /> 
 
    <img class='third' src="C:\Users\Hayley\Documents\Coding\DENSI\IMG_0090.jpg" alt="Our Small Group 2" 
 
    height="130px" 
 
    width="200px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom:0.5em; margin-top: 1em;" 
 
    /> 
 
    <img class='second' src="C:\Users\Hayley\Documents\Coding\DENSI\IMG_0089.jpg" alt="Our Small Group 3" 
 
    height="130px" 
 
    width="200px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom:0.5em; margin-top: 1em;" 
 
    /> 
 
    <p style="clear: both;"></p> 
 
</div> 
 

 
<!--Section Two--> 
 
<div id='parent'> 
 
<h2 align='center'> What Did We Do? </h2> 
 
<p> We started off with an opening session. In this session there was a video introducing a new country to the group made by the attendees from that country, and there were discussions about someone people had connected with the previous day as well as the timetable for the day. In the morning we had a session let by Jaime LaForgia and then it was lunch time! <br/> I didn't realise how much I was going to like American food. Turns out it is A LOT.</p> 
 
<img class='fourth' src="C:\Users\Hayley\Documents\Coding\DENSI\14.jpg" 
 
    height="200px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Food"/> 
 
<img class='fifth' src="C:\Users\Hayley\Documents\Coding\DENSI\42.jpg" 
 
    height="200px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Food"/> 
 
<img class='eight' src="C:\Users\Hayley\Documents\Coding\DENSI\68.jpg" 
 
    height="200px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Food"/> 
 
<img class='ninth' src="C:\Users\Hayley\Documents\Coding\DENSI\69.jpg" 
 
    height="200px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Food"/> 
 
<p style="clear: both;"></p> 
 
</div> 
 
<!--Section 3--> 
 
<div id='parent'> 
 
<h2 align='center'> International Group </h2> 
 
<p> In the afternoon we went to a different building to be part of the international group meet up. Firstly, we looked at and discussed a powerpoint led by Lance about SOS and how to improve the Discovery software and services in front of the CEO, Bill Goodwyn. While in the room we had to introduce ourselves; say our name, where we worked, discuss our school community and/or how we use Discovery software in our school. Except I didn't. I stayed quiet, sat back in my chair and took in everything everyone else was saying, listened and just did not introduce myself; because I don't enjoy big groups. Thankfully, Christine let me get away with this, saved me the embarrassment and let me stay in my comfort zone. </p> 
 
</div> 
 

 
<!--Section 4--> 
 
<div id='parent'> 
 
<h2 align='center'> The DEN at Night... </h2> 
 
<p> At night, the DEN becomes a different place. It becomes less professional and more... personal and party-vibey. Alcohol is found and everyone becomes less tense, people relax, make friends, network in ways we can't during the day. During the DEN at Night I made friends with an awesome group of people, including Kelli, Heather and Kamala. These are my newest life-long friends.:)</p> 
 
<img class='tenth' src="C:\Users\Hayley\Documents\Coding\DENSI\13.jpg" 
 
    height="150px" 
 
    width="250px" 
 
    border="1px" 
 
    style="float: left; margin-left: 30%; margin-bottom: 5em;" 
 
    alt="American Friends and I"/> 
 
<img class='eleventh' src="C:\Users\Hayley\Documents\Coding\DENSI\72.jpg" 
 
    height="250px" 
 
    width="150px" 
 
    border="1px" 
 
    style="float: left; margin-left: 10%; margin-bottom: 5em;" 
 
    alt="American Friends and I"/> 
 
<p style="clear: both;"></p> 
 
</div> 
 
    
 
<!--Footer--> 
 
<div id="footer"> 
 

 
</div> 
 

 
<script> 
 
$(function(){ 
 
    $("#footer").load("footer.htm") 
 
; 
 
}); 
 
</script> 
 
<script> 
 
    $(".parent").children("h2").click(function(){ 
 
    $(".parent").children("p").css("visibility", "hidden"); 
 
    $(this).siblings("p").css("visibility", "visible"); 
 
    $(".parent").children("img.first", "img.second", "img.third").css("display", "block"); 
 
    $(this).siblings("img.first", "img.second", "img.third").css("display", "block"); 
 
    $(".parent").children("img.fourth", "img.fifth", "img.eight", "img.ninth").css("display", "block"); 
 
    $(this).siblings("img.fourth", "img.fifth", "img.eight", "img.ninth").css("display", "block"); 
 
$(".parent").children("img.fourth", "img.fifth", "img.eight", "img.ninth").css("display", "block"); 
 
    $(this).siblings("img.tenth", "img.eleventh").css("display", "block");  
 
}); 
 
</script> 
 
</body> 
 
</html>
下面