Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Mga Master sa web dev pahelp nmn po ako

gujoy789

Amateur
Advanced Member
Messages
122
Reaction score
0
Points
26
:help::pray:

Mga master pahelp po nag oover lap po kc yung section ko at yung data-spy=scroll po hindi gumagana laging sa last tab ang hight eto po yung code
Code:
<html>
	<head>
		 <meta charset="utf-8">
    <title>My Website</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- Bootstrap -->
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="css/custom.css" rel="stylesheet">
    <script src="js/respond.js"></script>
    <style>
    	section{
    		width:100vw;
    		height:100vh;
    		padding: 130px;
    	}
    	.cl_white{
    		color:white;
    	}
    	img{
    		width:300px;
    		transition: opacity 1s ease-in-out;
        	}
        img:hover{
        	opacity: .5;
        }
        .clo-tex{
        	-web-kit-column-count:3;
        }
        .col-text{
        	-webkit-column-count:3;
        }
      
    </style>
	</head>
		<body data-spy="scroll" data-target=".navbar">
			<nav class="navbar navbar-inverse navbar-fixed-bottom">
				<ul class="nav navbar-nav">
					<li><a href="#home">Home</a></li>
					<li><a href="#work">What i do</a></li>
					<li><a href="#about">What about me</a></li>
					<li><a href="#contact">Contact me</a></li>
				</ul>
			</nav>
			<section id="home" style="background:url(img/img1.jpg); background-size: 100% 100%;" class="cl_white text-center">
					<h1>Iñigo Joy M. Arao</h1>
					<p class="lead">Let just read my self and Contact me</p>
					<button class="btn btn-default">Contact me!</button>
			</section>
			
			<section id="work" class="container">
				<div class="page-header">
					<h1 class="text-center">My Work</h1>
				</div>
					<img src="img/g1.jpg" class="img-thumbnail">
					<img src="img/g2.jpg" class="img-thumbnail">
					<img src="img/g3.jpg" class="img-thumbnail">
					<img src="img/g4.jpg" class="img-thumbnail">
					<img src="img/g5.jpg" class="img-thumbnail">
					<img src="img/g6.jpg" class="img-thumbnail">
			</section>
			
			<section id="about"class="container">
				<div class="col-text">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

				The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</div>
			</section>	

			
			
	
	<!-- javascript -->
	<script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
		</body>
</html>

eto po yung SC
View attachment 275552

- - - Updated - - -

up ko lang po, help :pls:
 

Attachments

  • 1.jpg
    1.jpg
    142.5 KB · Views: 12
Back
Top Bottom